#66B7A8

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

Shades of Tradewind #66B7A8

Tints of Tradewind #66B7A8

Color information

#66B7A8 (or 0x66B7A8) is unknown color: approx Tradewind. HEX triplet: 66, B7 and A8. RGB value is (102,183,168). Sum of RGB (Red+Green+Blue) = 102+183+168=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #66B7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B7A8 is #994857. Grayscale: #9D9D9D. Windows color (decimal): -10045528 or 11056998. OLE color: 11056998.

HSL color Cylindrical-coordinate representation of color #66B7A8: hue angle of 168.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B7A8 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB102183168-
CMYK0.4400.080.28
HSL168.89º36%55.88%-
HSV(B)168.89º44.26%71.76%-
XYZ29.4839.5243.12-
YUV157.07134.1688.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.52%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=22.52%
G=40.40%
B=37.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831680.4400.080.28168.893655.88
Hex66B7A82C081Ca92438
Octal14626725054010342514470
Binary11001101011011110101000101100010001110010101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B7A8; }

 p { color: rgb(102,183,168); }

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

<style>
 a { background-color: #66B7A8; }

 a { background-color: rgb(102,183,168); }

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

<style>
 span { border-color: #66B7A8; }

 span { border-color: rgb(102,183,168); }

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