Shades of Cadet Blue #64A3A2
Tints of Cadet Blue #64A3A2
RGB
CMYK
RGB Variations
Color information
#64A3A2 (or 0x64A3A2) is known color: Cadet Blue. HEX triplet: 64, A3 and A2. RGB value is (100,163,162). Sum of RGB (Red+Green+Blue) = 100+163+162=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #64A3A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A3A2 is #9B5C5D. Grayscale: #8F8F8F. Windows color (decimal): -10181726 or 10658660. OLE color: 10658660.
HSL color Cylindrical-coordinate representation of color #64A3A2: hue angle of 179.05º 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 #64A3A2 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 162 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.36 |
| HSL | 179.05º | 0.26% | 0.52% | - |
| HSV(B) | 179.05º | 0.39% | 0.64% | - |
| XYZ | 24.87 | 31.51 | 38.95 | - |
| YUV | 144.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 162 | 0.39 | 0 | 0.01 | 0.36 | 179.05 | 0.26 | 0.52 |
| Hex | 64 | A3 | A2 | 27 | 0 | 1 | 24 | B3 | 1A | 34 |
| Octal | 144 | 243 | 242 | 47 | 0 | 1 | 44 | 263 | 32 | 64 |
| Binary | 1100100 | 10100011 | 10100010 | 100111 | 0 | 1 | 100100 | 10110011 | 11010 | 110100 |
Color Harmonies of #64A3A2
Complementary color
Monochromatic Colors of #64A3A2
Black with #64A3A2
Text Example
Text Example
White with #64A3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3A2; }
p { color: rgb(100,163,162); }
H1.HeaderClassName
{
color: #64A3A2;
}
.AnyTagClassName
{
color: #64A3A2;
}
</style>
background-color css
<style>
a { background-color: #64A3A2; }
a { background-color: rgb(100,163,162); }
div.DivClassName
{
background-color: #64A3A2;
}
.BgClassName
{
background-color: #64A3A2;
}
</style>
border-color css
<style>
span { border-color: #64A3A2; }
span { border-color: rgb(100,163,162); }
td.TdClassName
{
border-color: #64A3A2;
}
.TagClassName
{
border-color: #64A3A2;
}
</style>