#66A29E

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

Shades of Cadet Blue #66A29E

Tints of Cadet Blue #66A29E

Color information

#66A29E (or 0x66A29E) is unknown color: approx Cadet Blue. HEX triplet: 66, A2 and 9E. RGB value is (102,162,158). Sum of RGB (Red+Green+Blue) = 102+162+158=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #66A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A29E is #995D61. Grayscale: #8F8F8F. Windows color (decimal): -10050914 or 10396262. OLE color: 10396262.

HSL color Cylindrical-coordinate representation of color #66A29E: hue angle of 176º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A29E is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB102162158-
CMYK0.3700.020.36
HSL176º24.39%51.76%-
HSV(B)176º37.04%63.53%-
XYZ24.5731.1337.06-
YUV143.6136.1298.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=24.17%
G=38.39%
B=37.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621580.3700.020.3617624.3951.76
Hex66A29E250224b01834
Octal1462422364502442603064
Binary110011010100010100111101001010101001001011000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,158); }

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

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

 a { background-color: rgb(102,162,158); }

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

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

 span { border-color: rgb(102,162,158); }

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