Shades of Cadet Blue #66A296
Tints of Cadet Blue #66A296
RGB
CMYK
RGB Variations
Color information
#66A296 (or 0x66A296) is known color: Cadet Blue. HEX triplet: 66, A2 and 96. RGB value is (102,162,150). Sum of RGB (Red+Green+Blue) = 102+162+150=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #66A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A296 is #995D69. Grayscale: #8E8E8E. Windows color (decimal): -10050922 or 9871974. OLE color: 9871974.
HSL color Cylindrical-coordinate representation of color #66A296: hue angle of 168º degrees, saturation: 0.24, 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 #66A296 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 150 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.36 |
| HSL | 168º | 0.24% | 0.52% | - |
| HSV(B) | 168º | 0.37% | 0.64% | - |
| XYZ | 23.9 | 30.87 | 33.55 | - |
| YUV | 142.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 150 | 0.37 | 0 | 0.07 | 0.36 | 168 | 0.24 | 0.52 |
| Hex | 66 | A2 | 96 | 25 | 0 | 7 | 24 | A8 | 18 | 34 |
| Octal | 146 | 242 | 226 | 45 | 0 | 7 | 44 | 250 | 30 | 64 |
| Binary | 1100110 | 10100010 | 10010110 | 100101 | 0 | 111 | 100100 | 10101000 | 11000 | 110100 |
Color Harmonies of #66A296
Complementary color
Monochromatic Colors of #66A296
Black with #66A296
Text Example
Text Example
White with #66A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A296; }
p { color: rgb(102,162,150); }
H1.HeaderClassName
{
color: #66A296;
}
.AnyTagClassName
{
color: #66A296;
}
</style>
background-color css
<style>
a { background-color: #66A296; }
a { background-color: rgb(102,162,150); }
div.DivClassName
{
background-color: #66A296;
}
.BgClassName
{
background-color: #66A296;
}
</style>
border-color css
<style>
span { border-color: #66A296; }
span { border-color: rgb(102,162,150); }
td.TdClassName
{
border-color: #66A296;
}
.TagClassName
{
border-color: #66A296;
}
</style>