Shades of Cadet Blue #66A096
Tints of Cadet Blue #66A096
RGB
CMYK
RGB Variations
Color information
#66A096 (or 0x66A096) is known color: Cadet Blue. HEX triplet: 66, A0 and 96. RGB value is (102,160,150). Sum of RGB (Red+Green+Blue) = 102+160+150=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #66A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A096 is #995F69. Grayscale: #8D8D8D. Windows color (decimal): -10051434 or 9871462. OLE color: 9871462.
HSL color Cylindrical-coordinate representation of color #66A096: hue angle of 169.66º 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 #66A096 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 150 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.37 |
| HSL | 169.66º | 0.23% | 0.51% | - |
| HSV(B) | 169.66º | 0.36% | 0.63% | - |
| XYZ | 23.56 | 30.17 | 33.44 | - |
| YUV | 141.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 150 | 0.36 | 0 | 0.06 | 0.37 | 169.66 | 0.23 | 0.51 |
| Hex | 66 | A0 | 96 | 24 | 0 | 6 | 25 | AA | 17 | 33 |
| Octal | 146 | 240 | 226 | 44 | 0 | 6 | 45 | 252 | 27 | 63 |
| Binary | 1100110 | 10100000 | 10010110 | 100100 | 0 | 110 | 100101 | 10101010 | 10111 | 110011 |
Color Harmonies of #66A096
Complementary color
Monochromatic Colors of #66A096
Black with #66A096
Text Example
Text Example
White with #66A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A096; }
p { color: rgb(102,160,150); }
H1.HeaderClassName
{
color: #66A096;
}
.AnyTagClassName
{
color: #66A096;
}
</style>
background-color css
<style>
a { background-color: #66A096; }
a { background-color: rgb(102,160,150); }
div.DivClassName
{
background-color: #66A096;
}
.BgClassName
{
background-color: #66A096;
}
</style>
border-color css
<style>
span { border-color: #66A096; }
span { border-color: rgb(102,160,150); }
td.TdClassName
{
border-color: #66A096;
}
.TagClassName
{
border-color: #66A096;
}
</style>