Shades of Cadet Blue #66A59F
Tints of Cadet Blue #66A59F
RGB
CMYK
RGB Variations
Color information
#66A59F (or 0x66A59F) is known color: Cadet Blue. HEX triplet: 66, A5 and 9F. RGB value is (102,165,159). Sum of RGB (Red+Green+Blue) = 102+165+159=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #66A59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A59F is #995A60. Grayscale: #919191. Windows color (decimal): -10050145 or 10462566. OLE color: 10462566.
HSL color Cylindrical-coordinate representation of color #66A59F: hue angle of 174.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A59F is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 159 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.35 |
| HSL | 174.29º | 0.26% | 0.52% | - |
| HSV(B) | 174.29º | 0.38% | 0.65% | - |
| XYZ | 25.19 | 32.24 | 37.7 | - |
| YUV | 145.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 159 | 0.38 | 0 | 0.04 | 0.35 | 174.29 | 0.26 | 0.52 |
| Hex | 66 | A5 | 9F | 26 | 0 | 4 | 23 | AE | 1A | 34 |
| Octal | 146 | 245 | 237 | 46 | 0 | 4 | 43 | 256 | 32 | 64 |
| Binary | 1100110 | 10100101 | 10011111 | 100110 | 0 | 100 | 100011 | 10101110 | 11010 | 110100 |
Color Harmonies of #66A59F
Complementary color
Monochromatic Colors of #66A59F
Black with #66A59F
Text Example
Text Example
White with #66A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A59F; }
p { color: rgb(102,165,159); }
H1.HeaderClassName
{
color: #66A59F;
}
.AnyTagClassName
{
color: #66A59F;
}
</style>
background-color css
<style>
a { background-color: #66A59F; }
a { background-color: rgb(102,165,159); }
div.DivClassName
{
background-color: #66A59F;
}
.BgClassName
{
background-color: #66A59F;
}
</style>
border-color css
<style>
span { border-color: #66A59F; }
span { border-color: rgb(102,165,159); }
td.TdClassName
{
border-color: #66A59F;
}
.TagClassName
{
border-color: #66A59F;
}
</style>