Shades of Cadet Blue #64A49F
Tints of Cadet Blue #64A49F
RGB
CMYK
RGB Variations
Color information
#64A49F (or 0x64A49F) is known color: Cadet Blue. HEX triplet: 64, A4 and 9F. RGB value is (100,164,159). Sum of RGB (Red+Green+Blue) = 100+164+159=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #64A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A49F is #9B5B60. Grayscale: #909090. Windows color (decimal): -10181473 or 10462308. OLE color: 10462308.
HSL color Cylindrical-coordinate representation of color #64A49F: hue angle of 175.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A49F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 159 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.36 |
| HSL | 175.31º | 0.26% | 0.52% | - |
| HSV(B) | 175.31º | 0.39% | 0.64% | - |
| XYZ | 24.79 | 31.76 | 37.63 | - |
| YUV | 144.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 159 | 0.39 | 0 | 0.03 | 0.36 | 175.31 | 0.26 | 0.52 |
| Hex | 64 | A4 | 9F | 27 | 0 | 3 | 24 | AF | 1A | 34 |
| Octal | 144 | 244 | 237 | 47 | 0 | 3 | 44 | 257 | 32 | 64 |
| Binary | 1100100 | 10100100 | 10011111 | 100111 | 0 | 11 | 100100 | 10101111 | 11010 | 110100 |
Color Harmonies of #64A49F
Complementary color
Monochromatic Colors of #64A49F
Black with #64A49F
Text Example
Text Example
White with #64A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A49F; }
p { color: rgb(100,164,159); }
H1.HeaderClassName
{
color: #64A49F;
}
.AnyTagClassName
{
color: #64A49F;
}
</style>
background-color css
<style>
a { background-color: #64A49F; }
a { background-color: rgb(100,164,159); }
div.DivClassName
{
background-color: #64A49F;
}
.BgClassName
{
background-color: #64A49F;
}
</style>
border-color css
<style>
span { border-color: #64A49F; }
span { border-color: rgb(100,164,159); }
td.TdClassName
{
border-color: #64A49F;
}
.TagClassName
{
border-color: #64A49F;
}
</style>