#66A29A

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

Shades of Cadet Blue #66A29A

Tints of Cadet Blue #66A29A

Color information

#66A29A (or 0x66A29A) is unknown color: approx Cadet Blue. HEX triplet: 66, A2 and 9A. RGB value is (102,162,154). Sum of RGB (Red+Green+Blue) = 102+162+154=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #66A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A29A is #995D65. Grayscale: #8F8F8F. Windows color (decimal): -10050918 or 10134118. OLE color: 10134118.

HSL color Cylindrical-coordinate representation of color #66A29A: hue angle of 172º 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 #66A29A is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB102162154-
CMYK0.3700.050.36
HSL172º24.39%51.76%-
HSV(B)172º37.04%63.53%-
XYZ24.233135.28-
YUV143.15134.1298.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=24.40%
G=38.76%
B=36.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621540.3700.050.3617224.3951.76
Hex66A29A250524ac1834
Octal1462422324505442543064
Binary1100110101000101001101010010101011001001010110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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