Shades of Cadet Blue #63A297
Tints of Cadet Blue #63A297
RGB
CMYK
RGB Variations
Color information
#63A297 (or 0x63A297) is known color: Cadet Blue. HEX triplet: 63, A2 and 97. RGB value is (99,162,151). Sum of RGB (Red+Green+Blue) = 99+162+151=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #63A297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A297 is #9C5D68. Grayscale: #8D8D8D. Windows color (decimal): -10247529 or 9937507. OLE color: 9937507.
HSL color Cylindrical-coordinate representation of color #63A297: hue angle of 169.52º 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 #63A297 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 151 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.36 |
| HSL | 169.52º | 0.25% | 0.51% | - |
| HSV(B) | 169.52º | 0.39% | 0.64% | - |
| XYZ | 23.65 | 30.73 | 33.96 | - |
| YUV | 141.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 151 | 0.39 | 0 | 0.07 | 0.36 | 169.52 | 0.25 | 0.51 |
| Hex | 63 | A2 | 97 | 27 | 0 | 7 | 24 | AA | 19 | 33 |
| Octal | 143 | 242 | 227 | 47 | 0 | 7 | 44 | 252 | 31 | 63 |
| Binary | 1100011 | 10100010 | 10010111 | 100111 | 0 | 111 | 100100 | 10101010 | 11001 | 110011 |
Color Harmonies of #63A297
Complementary color
Monochromatic Colors of #63A297
Black with #63A297
Text Example
Text Example
White with #63A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A297; }
p { color: rgb(99,162,151); }
H1.HeaderClassName
{
color: #63A297;
}
.AnyTagClassName
{
color: #63A297;
}
</style>
background-color css
<style>
a { background-color: #63A297; }
a { background-color: rgb(99,162,151); }
div.DivClassName
{
background-color: #63A297;
}
.BgClassName
{
background-color: #63A297;
}
</style>
border-color css
<style>
span { border-color: #63A297; }
span { border-color: rgb(99,162,151); }
td.TdClassName
{
border-color: #63A297;
}
.TagClassName
{
border-color: #63A297;
}
</style>