#61AFAA

Color #61AFAA Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #61AFAA

Tints of Tradewind #61AFAA

Color information

#61AFAA (or 0x61AFAA) is unknown color: approx Tradewind. HEX triplet: 61, AF and AA. RGB value is (97,175,170). Sum of RGB (Red+Green+Blue) = 97+175+170=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFAA is #9E5055. Grayscale: #979797. Windows color (decimal): -10375254 or 11186017. OLE color: 11186017.

HSL color Cylindrical-coordinate representation of color #61AFAA: hue angle of 176.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AFAA is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB97175170-
CMYK0.4500.030.31
HSL176.15º32.77%53.33%-
HSV(B)176.15º44.57%68.63%-
XYZ27.5236.143.55-
YUV151.11138.6689.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=21.95%
G=39.59%
B=38.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751700.4500.030.31176.1532.7753.33
Hex61AFAA2D031Fb02135
Octal1412572525503372604165
Binary110000110101111101010101011010111111110110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AFAA; }

 p { color: rgb(97,175,170); }

 H1.HeaderClassName
 {
   color: #61AFAA;
 }
 .AnyTagClassName
 {
   color: #61AFAA;
 }
</style>
background-color css

<style>
 a { background-color: #61AFAA; }

 a { background-color: rgb(97,175,170); }

 div.DivClassName
 {
   background-color: #61AFAA;
 }
 .BgClassName
 {
   background-color: #61AFAA;
 }
</style>
border-color css

<style>
 span { border-color: #61AFAA; }

 span { border-color: rgb(97,175,170); }

 td.TdClassName
 {
   border-color: #61AFAA;
 }
 .TagClassName
 {
   border-color: #61AFAA;
 }
</style>