Shades of Cadet Blue #64A296
Tints of Cadet Blue #64A296
RGB
CMYK
RGB Variations
Color information
#64A296 (or 0x64A296) is known color: Cadet Blue. HEX triplet: 64, A2 and 96. RGB value is (100,162,150). Sum of RGB (Red+Green+Blue) = 100+162+150=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #64A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A296 is #9B5D69. Grayscale: #8E8E8E. Windows color (decimal): -10181994 or 9871972. OLE color: 9871972.
HSL color Cylindrical-coordinate representation of color #64A296: hue angle of 168.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A296 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 150 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.36 |
| HSL | 168.39º | 0.25% | 0.51% | - |
| HSV(B) | 168.39º | 0.38% | 0.64% | - |
| XYZ | 23.68 | 30.75 | 33.54 | - |
| YUV | 142.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 150 | 0.38 | 0 | 0.07 | 0.36 | 168.39 | 0.25 | 0.51 |
| Hex | 64 | A2 | 96 | 26 | 0 | 7 | 24 | A8 | 19 | 33 |
| Octal | 144 | 242 | 226 | 46 | 0 | 7 | 44 | 250 | 31 | 63 |
| Binary | 1100100 | 10100010 | 10010110 | 100110 | 0 | 111 | 100100 | 10101000 | 11001 | 110011 |
Color Harmonies of #64A296
Complementary color
Monochromatic Colors of #64A296
Black with #64A296
Text Example
Text Example
White with #64A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A296; }
p { color: rgb(100,162,150); }
H1.HeaderClassName
{
color: #64A296;
}
.AnyTagClassName
{
color: #64A296;
}
</style>
background-color css
<style>
a { background-color: #64A296; }
a { background-color: rgb(100,162,150); }
div.DivClassName
{
background-color: #64A296;
}
.BgClassName
{
background-color: #64A296;
}
</style>
border-color css
<style>
span { border-color: #64A296; }
span { border-color: rgb(100,162,150); }
td.TdClassName
{
border-color: #64A296;
}
.TagClassName
{
border-color: #64A296;
}
</style>