Shades of Cadet Blue #63A49A
Tints of Cadet Blue #63A49A
RGB
CMYK
RGB Variations
Color information
#63A49A (or 0x63A49A) is known color: Cadet Blue. HEX triplet: 63, A4 and 9A. RGB value is (99,164,154). Sum of RGB (Red+Green+Blue) = 99+164+154=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #63A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A49A is #9C5B65. Grayscale: #8F8F8F. Windows color (decimal): -10247014 or 10134627. OLE color: 10134627.
HSL color Cylindrical-coordinate representation of color #63A49A: hue angle of 170.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A49A is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 154 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.36 |
| HSL | 170.77º | 0.26% | 0.52% | - |
| HSV(B) | 170.77º | 0.4% | 0.64% | - |
| XYZ | 24.25 | 31.54 | 35.38 | - |
| YUV | 143.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 154 | 0.40 | 0 | 0.06 | 0.36 | 170.77 | 0.26 | 0.52 |
| Hex | 63 | A4 | 9A | 28 | 0 | 6 | 24 | AB | 1A | 34 |
| Octal | 143 | 244 | 232 | 50 | 0 | 6 | 44 | 253 | 32 | 64 |
| Binary | 1100011 | 10100100 | 10011010 | 101000 | 0 | 110 | 100100 | 10101011 | 11010 | 110100 |
Color Harmonies of #63A49A
Complementary color
Monochromatic Colors of #63A49A
Black with #63A49A
Text Example
Text Example
White with #63A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A49A; }
p { color: rgb(99,164,154); }
H1.HeaderClassName
{
color: #63A49A;
}
.AnyTagClassName
{
color: #63A49A;
}
</style>
background-color css
<style>
a { background-color: #63A49A; }
a { background-color: rgb(99,164,154); }
div.DivClassName
{
background-color: #63A49A;
}
.BgClassName
{
background-color: #63A49A;
}
</style>
border-color css
<style>
span { border-color: #63A49A; }
span { border-color: rgb(99,164,154); }
td.TdClassName
{
border-color: #63A49A;
}
.TagClassName
{
border-color: #63A49A;
}
</style>