Shades of Cadet Blue #66A39A
Tints of Cadet Blue #66A39A
RGB
CMYK
RGB Variations
Color information
#66A39A (or 0x66A39A) is known color: Cadet Blue. HEX triplet: 66, A3 and 9A. RGB value is (102,163,154). Sum of RGB (Red+Green+Blue) = 102+163+154=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #66A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A39A is #995C65. Grayscale: #8F8F8F. Windows color (decimal): -10050662 or 10134374. OLE color: 10134374.
HSL color Cylindrical-coordinate representation of color #66A39A: hue angle of 171.15º degrees, saturation: 0.25, 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 #66A39A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 154 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.36 |
| HSL | 171.15º | 0.25% | 0.52% | - |
| HSV(B) | 171.15º | 0.37% | 0.64% | - |
| XYZ | 24.41 | 31.35 | 35.34 | - |
| YUV | 143.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 154 | 0.37 | 0 | 0.06 | 0.36 | 171.15 | 0.25 | 0.52 |
| Hex | 66 | A3 | 9A | 25 | 0 | 6 | 24 | AB | 19 | 34 |
| Octal | 146 | 243 | 232 | 45 | 0 | 6 | 44 | 253 | 31 | 64 |
| Binary | 1100110 | 10100011 | 10011010 | 100101 | 0 | 110 | 100100 | 10101011 | 11001 | 110100 |
Color Harmonies of #66A39A
Complementary color
Monochromatic Colors of #66A39A
Black with #66A39A
Text Example
Text Example
White with #66A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A39A; }
p { color: rgb(102,163,154); }
H1.HeaderClassName
{
color: #66A39A;
}
.AnyTagClassName
{
color: #66A39A;
}
</style>
background-color css
<style>
a { background-color: #66A39A; }
a { background-color: rgb(102,163,154); }
div.DivClassName
{
background-color: #66A39A;
}
.BgClassName
{
background-color: #66A39A;
}
</style>
border-color css
<style>
span { border-color: #66A39A; }
span { border-color: rgb(102,163,154); }
td.TdClassName
{
border-color: #66A39A;
}
.TagClassName
{
border-color: #66A39A;
}
</style>