Shades of Cadet Blue #63A09A
Tints of Cadet Blue #63A09A
RGB
CMYK
RGB Variations
Color information
#63A09A (or 0x63A09A) is known color: Cadet Blue. HEX triplet: 63, A0 and 9A. RGB value is (99,160,154). Sum of RGB (Red+Green+Blue) = 99+160+154=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #63A09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A09A is #9C5F65. Grayscale: #8D8D8D. Windows color (decimal): -10248038 or 10133603. OLE color: 10133603.
HSL color Cylindrical-coordinate representation of color #63A09A: hue angle of 174.1º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A09A is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 154 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.37 |
| HSL | 174.1º | 0.24% | 0.51% | - |
| HSV(B) | 174.1º | 0.38% | 0.63% | - |
| XYZ | 23.55 | 30.13 | 35.15 | - |
| YUV | 141.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 154 | 0.38 | 0 | 0.04 | 0.37 | 174.1 | 0.24 | 0.51 |
| Hex | 63 | A0 | 9A | 26 | 0 | 4 | 25 | AE | 18 | 33 |
| Octal | 143 | 240 | 232 | 46 | 0 | 4 | 45 | 256 | 30 | 63 |
| Binary | 1100011 | 10100000 | 10011010 | 100110 | 0 | 100 | 100101 | 10101110 | 11000 | 110011 |
Color Harmonies of #63A09A
Complementary color
Monochromatic Colors of #63A09A
Black with #63A09A
Text Example
Text Example
White with #63A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A09A; }
p { color: rgb(99,160,154); }
H1.HeaderClassName
{
color: #63A09A;
}
.AnyTagClassName
{
color: #63A09A;
}
</style>
background-color css
<style>
a { background-color: #63A09A; }
a { background-color: rgb(99,160,154); }
div.DivClassName
{
background-color: #63A09A;
}
.BgClassName
{
background-color: #63A09A;
}
</style>
border-color css
<style>
span { border-color: #63A09A; }
span { border-color: rgb(99,160,154); }
td.TdClassName
{
border-color: #63A09A;
}
.TagClassName
{
border-color: #63A09A;
}
</style>