Shades of Cadet Blue #66A19B
Tints of Cadet Blue #66A19B
RGB
CMYK
RGB Variations
Color information
#66A19B (or 0x66A19B) is known color: Cadet Blue. HEX triplet: 66, A1 and 9B. RGB value is (102,161,155). Sum of RGB (Red+Green+Blue) = 102+161+155=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #66A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A19B is #995E64. Grayscale: #8E8E8E. Windows color (decimal): -10051173 or 10199398. OLE color: 10199398.
HSL color Cylindrical-coordinate representation of color #66A19B: hue angle of 173.9º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A19B is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 155 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.37 |
| HSL | 173.9º | 0.24% | 0.52% | - |
| HSV(B) | 173.9º | 0.37% | 0.63% | - |
| XYZ | 24.14 | 30.68 | 35.66 | - |
| YUV | 142.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 155 | 0.37 | 0 | 0.04 | 0.37 | 173.9 | 0.24 | 0.52 |
| Hex | 66 | A1 | 9B | 25 | 0 | 4 | 25 | AE | 18 | 34 |
| Octal | 146 | 241 | 233 | 45 | 0 | 4 | 45 | 256 | 30 | 64 |
| Binary | 1100110 | 10100001 | 10011011 | 100101 | 0 | 100 | 100101 | 10101110 | 11000 | 110100 |
Color Harmonies of #66A19B
Complementary color
Monochromatic Colors of #66A19B
Black with #66A19B
Text Example
Text Example
White with #66A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A19B; }
p { color: rgb(102,161,155); }
H1.HeaderClassName
{
color: #66A19B;
}
.AnyTagClassName
{
color: #66A19B;
}
</style>
background-color css
<style>
a { background-color: #66A19B; }
a { background-color: rgb(102,161,155); }
div.DivClassName
{
background-color: #66A19B;
}
.BgClassName
{
background-color: #66A19B;
}
</style>
border-color css
<style>
span { border-color: #66A19B; }
span { border-color: rgb(102,161,155); }
td.TdClassName
{
border-color: #66A19B;
}
.TagClassName
{
border-color: #66A19B;
}
</style>