#66A099

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

Shades of Cadet Blue #66A099

Tints of Cadet Blue #66A099

Color information

#66A099 (or 0x66A099) is unknown color: approx Cadet Blue. HEX triplet: 66, A0 and 99. RGB value is (102,160,153). Sum of RGB (Red+Green+Blue) = 102+160+153=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #66A099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A099 is #995F66. Grayscale: #8D8D8D. Windows color (decimal): -10051431 or 10068070. OLE color: 10068070.

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

Color convert

RGB102160153-
CMYK0.3600.040.37
HSL172.76º23.39%51.37%-
HSV(B)172.76º36.25%62.75%-
XYZ23.830.2734.72-
YUV141.86134.2899.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=24.58%
G=38.55%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021601530.3600.040.37172.7623.3951.37
Hex66A099240425ad1733
Octal1462402314404452552763
Binary1100110101000001001100110010001001001011010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,160,153); }

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

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

 a { background-color: rgb(102,160,153); }

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

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

 span { border-color: rgb(102,160,153); }

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