#66A19A

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

Shades of Cadet Blue #66A19A

Tints of Cadet Blue #66A19A

Color information

#66A19A (or 0x66A19A) is unknown color: approx Cadet Blue. HEX triplet: 66, A1 and 9A. RGB value is (102,161,154). Sum of RGB (Red+Green+Blue) = 102+161+154=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #66A19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A19A is #995E65. Grayscale: #8E8E8E. Windows color (decimal): -10051174 or 10133862. OLE color: 10133862.

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

Color convert

RGB102161154-
CMYK0.3700.040.37
HSL172.88º23.89%51.57%-
HSV(B)172.88º36.65%63.14%-
XYZ24.0630.6535.22-
YUV142.56134.4599.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=24.46%
G=38.61%
B=36.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021611540.3700.040.37172.8823.8951.57
Hex66A19A250425ad1834
Octal1462412324504452553064
Binary1100110101000011001101010010101001001011010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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