Shades of Cadet Blue #64A19E
Tints of Cadet Blue #64A19E
RGB
CMYK
RGB Variations
Color information
#64A19E (or 0x64A19E) is known color: Cadet Blue. HEX triplet: 64, A1 and 9E. RGB value is (100,161,158). Sum of RGB (Red+Green+Blue) = 100+161+158=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #64A19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A19E is #9B5E61. Grayscale: #8E8E8E. Windows color (decimal): -10182242 or 10396004. OLE color: 10396004.
HSL color Cylindrical-coordinate representation of color #64A19E: hue angle of 177.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A19E is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 158 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.37 |
| HSL | 177.05º | 0.24% | 0.51% | - |
| HSV(B) | 177.05º | 0.38% | 0.63% | - |
| XYZ | 24.17 | 30.67 | 36.99 | - |
| YUV | 142.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 158 | 0.38 | 0 | 0.02 | 0.37 | 177.05 | 0.24 | 0.51 |
| Hex | 64 | A1 | 9E | 26 | 0 | 2 | 25 | B1 | 18 | 33 |
| Octal | 144 | 241 | 236 | 46 | 0 | 2 | 45 | 261 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10011110 | 100110 | 0 | 10 | 100101 | 10110001 | 11000 | 110011 |
Color Harmonies of #64A19E
Complementary color
Monochromatic Colors of #64A19E
Black with #64A19E
Text Example
Text Example
White with #64A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A19E; }
p { color: rgb(100,161,158); }
H1.HeaderClassName
{
color: #64A19E;
}
.AnyTagClassName
{
color: #64A19E;
}
</style>
background-color css
<style>
a { background-color: #64A19E; }
a { background-color: rgb(100,161,158); }
div.DivClassName
{
background-color: #64A19E;
}
.BgClassName
{
background-color: #64A19E;
}
</style>
border-color css
<style>
span { border-color: #64A19E; }
span { border-color: rgb(100,161,158); }
td.TdClassName
{
border-color: #64A19E;
}
.TagClassName
{
border-color: #64A19E;
}
</style>