Shades of Cadet Blue #63A2A1
Tints of Cadet Blue #63A2A1
RGB
CMYK
RGB Variations
Color information
#63A2A1 (or 0x63A2A1) is known color: Cadet Blue. HEX triplet: 63, A2 and A1. RGB value is (99,162,161). Sum of RGB (Red+Green+Blue) = 99+162+161=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #63A2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A2A1 is #9C5D5E. Grayscale: #8E8E8E. Windows color (decimal): -10247519 or 10592867. OLE color: 10592867.
HSL color Cylindrical-coordinate representation of color #63A2A1: hue angle of 179.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A2A1 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 161 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.36 |
| HSL | 179.05º | 0.25% | 0.51% | - |
| HSV(B) | 179.05º | 0.39% | 0.64% | - |
| XYZ | 24.5 | 31.07 | 38.42 | - |
| YUV | 143.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 161 | 0.39 | 0 | 0.01 | 0.36 | 179.05 | 0.25 | 0.51 |
| Hex | 63 | A2 | A1 | 27 | 0 | 1 | 24 | B3 | 19 | 33 |
| Octal | 143 | 242 | 241 | 47 | 0 | 1 | 44 | 263 | 31 | 63 |
| Binary | 1100011 | 10100010 | 10100001 | 100111 | 0 | 1 | 100100 | 10110011 | 11001 | 110011 |
Color Harmonies of #63A2A1
Complementary color
Monochromatic Colors of #63A2A1
Black with #63A2A1
Text Example
Text Example
White with #63A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2A1; }
p { color: rgb(99,162,161); }
H1.HeaderClassName
{
color: #63A2A1;
}
.AnyTagClassName
{
color: #63A2A1;
}
</style>
background-color css
<style>
a { background-color: #63A2A1; }
a { background-color: rgb(99,162,161); }
div.DivClassName
{
background-color: #63A2A1;
}
.BgClassName
{
background-color: #63A2A1;
}
</style>
border-color css
<style>
span { border-color: #63A2A1; }
span { border-color: rgb(99,162,161); }
td.TdClassName
{
border-color: #63A2A1;
}
.TagClassName
{
border-color: #63A2A1;
}
</style>