Shades of Cadet Blue #64A39B
Tints of Cadet Blue #64A39B
RGB
CMYK
RGB Variations
Color information
#64A39B (or 0x64A39B) is known color: Cadet Blue. HEX triplet: 64, A3 and 9B. RGB value is (100,163,155). Sum of RGB (Red+Green+Blue) = 100+163+155=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #64A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A39B is #9B5C64. Grayscale: #8F8F8F. Windows color (decimal): -10181733 or 10199908. OLE color: 10199908.
HSL color Cylindrical-coordinate representation of color #64A39B: hue angle of 172.38º 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 #64A39B is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 155 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.36 |
| HSL | 172.38º | 0.26% | 0.52% | - |
| HSV(B) | 172.38º | 0.39% | 0.64% | - |
| XYZ | 24.27 | 31.27 | 35.77 | - |
| YUV | 143.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 155 | 0.39 | 0 | 0.05 | 0.36 | 172.38 | 0.26 | 0.52 |
| Hex | 64 | A3 | 9B | 27 | 0 | 5 | 24 | AC | 1A | 34 |
| Octal | 144 | 243 | 233 | 47 | 0 | 5 | 44 | 254 | 32 | 64 |
| Binary | 1100100 | 10100011 | 10011011 | 100111 | 0 | 101 | 100100 | 10101100 | 11010 | 110100 |
Color Harmonies of #64A39B
Complementary color
Monochromatic Colors of #64A39B
Black with #64A39B
Text Example
Text Example
White with #64A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A39B; }
p { color: rgb(100,163,155); }
H1.HeaderClassName
{
color: #64A39B;
}
.AnyTagClassName
{
color: #64A39B;
}
</style>
background-color css
<style>
a { background-color: #64A39B; }
a { background-color: rgb(100,163,155); }
div.DivClassName
{
background-color: #64A39B;
}
.BgClassName
{
background-color: #64A39B;
}
</style>
border-color css
<style>
span { border-color: #64A39B; }
span { border-color: rgb(100,163,155); }
td.TdClassName
{
border-color: #64A39B;
}
.TagClassName
{
border-color: #64A39B;
}
</style>