#61AFA6

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

Shades of Tradewind #61AFA6

Tints of Tradewind #61AFA6

Color information

#61AFA6 (or 0x61AFA6) is unknown color: approx Tradewind. HEX triplet: 61, AF and A6. RGB value is (97,175,166). Sum of RGB (Red+Green+Blue) = 97+175+166=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA6 is #9E5059. Grayscale: #969696. Windows color (decimal): -10375258 or 10923873. OLE color: 10923873.

HSL color Cylindrical-coordinate representation of color #61AFA6: hue angle of 173.08º 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 #61AFA6 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB97175166-
CMYK0.4500.050.31
HSL173.08º32.77%53.33%-
HSV(B)173.08º44.57%68.63%-
XYZ27.1435.9541.59-
YUV150.65136.6689.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=22.15%
G=39.95%
B=37.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751660.4500.050.31173.0832.7753.33
Hex61AFA62D051Fad2135
Octal1412572465505372554165
Binary1100001101011111010011010110101011111110101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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