Shades of Cadet Blue #63A198
Tints of Cadet Blue #63A198
RGB
CMYK
RGB Variations
Color information
#63A198 (or 0x63A198) is known color: Cadet Blue. HEX triplet: 63, A1 and 98. RGB value is (99,161,152). Sum of RGB (Red+Green+Blue) = 99+161+152=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #63A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A198 is #9C5E67. Grayscale: #8D8D8D. Windows color (decimal): -10247784 or 10002787. OLE color: 10002787.
HSL color Cylindrical-coordinate representation of color #63A198: hue angle of 171.29º 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 #63A198 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 152 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.37 |
| HSL | 171.29º | 0.25% | 0.51% | - |
| HSV(B) | 171.29º | 0.39% | 0.63% | - |
| XYZ | 23.56 | 30.41 | 34.33 | - |
| YUV | 141.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 152 | 0.39 | 0 | 0.06 | 0.37 | 171.29 | 0.25 | 0.51 |
| Hex | 63 | A1 | 98 | 27 | 0 | 6 | 25 | AB | 19 | 33 |
| Octal | 143 | 241 | 230 | 47 | 0 | 6 | 45 | 253 | 31 | 63 |
| Binary | 1100011 | 10100001 | 10011000 | 100111 | 0 | 110 | 100101 | 10101011 | 11001 | 110011 |
Color Harmonies of #63A198
Complementary color
Monochromatic Colors of #63A198
Black with #63A198
Text Example
Text Example
White with #63A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A198; }
p { color: rgb(99,161,152); }
H1.HeaderClassName
{
color: #63A198;
}
.AnyTagClassName
{
color: #63A198;
}
</style>
background-color css
<style>
a { background-color: #63A198; }
a { background-color: rgb(99,161,152); }
div.DivClassName
{
background-color: #63A198;
}
.BgClassName
{
background-color: #63A198;
}
</style>
border-color css
<style>
span { border-color: #63A198; }
span { border-color: rgb(99,161,152); }
td.TdClassName
{
border-color: #63A198;
}
.TagClassName
{
border-color: #63A198;
}
</style>