Shades of Cadet Blue #63A199
Tints of Cadet Blue #63A199
RGB
CMYK
RGB Variations
Color information
#63A199 (or 0x63A199) is known color: Cadet Blue. HEX triplet: 63, A1 and 99. RGB value is (99,161,153). Sum of RGB (Red+Green+Blue) = 99+161+153=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #63A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A199 is #9C5E66. Grayscale: #8D8D8D. Windows color (decimal): -10247783 or 10068323. OLE color: 10068323.
HSL color Cylindrical-coordinate representation of color #63A199: hue angle of 172.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A199 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 153 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.37 |
| HSL | 172.26º | 0.25% | 0.51% | - |
| HSV(B) | 172.26º | 0.39% | 0.63% | - |
| XYZ | 23.64 | 30.44 | 34.77 | - |
| YUV | 141.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 153 | 0.39 | 0 | 0.05 | 0.37 | 172.26 | 0.25 | 0.51 |
| Hex | 63 | A1 | 99 | 27 | 0 | 5 | 25 | AC | 19 | 33 |
| Octal | 143 | 241 | 231 | 47 | 0 | 5 | 45 | 254 | 31 | 63 |
| Binary | 1100011 | 10100001 | 10011001 | 100111 | 0 | 101 | 100101 | 10101100 | 11001 | 110011 |
Color Harmonies of #63A199
Complementary color
Monochromatic Colors of #63A199
Black with #63A199
Text Example
Text Example
White with #63A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A199; }
p { color: rgb(99,161,153); }
H1.HeaderClassName
{
color: #63A199;
}
.AnyTagClassName
{
color: #63A199;
}
</style>
background-color css
<style>
a { background-color: #63A199; }
a { background-color: rgb(99,161,153); }
div.DivClassName
{
background-color: #63A199;
}
.BgClassName
{
background-color: #63A199;
}
</style>
border-color css
<style>
span { border-color: #63A199; }
span { border-color: rgb(99,161,153); }
td.TdClassName
{
border-color: #63A199;
}
.TagClassName
{
border-color: #63A199;
}
</style>