Shades of Keppel #63AA9A
Tints of Keppel #63AA9A
RGB
CMYK
RGB Variations
Color information
#63AA9A (or 0x63AA9A) is known color: Keppel. HEX triplet: 63, AA and 9A. RGB value is (99,170,154). Sum of RGB (Red+Green+Blue) = 99+170+154=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA9A is #9C5565. Grayscale: #929292. Windows color (decimal): -10245478 or 10136163. OLE color: 10136163.
HSL color Cylindrical-coordinate representation of color #63AA9A: hue angle of 166.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA9A is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 154 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.33 |
| HSL | 166.48º | 0.29% | 0.53% | - |
| HSV(B) | 166.48º | 0.42% | 0.67% | - |
| XYZ | 25.35 | 33.74 | 35.75 | - |
| YUV | 146.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 154 | 0.42 | 0 | 0.09 | 0.33 | 166.48 | 0.29 | 0.53 |
| Hex | 63 | AA | 9A | 2A | 0 | 9 | 21 | A6 | 1D | 35 |
| Octal | 143 | 252 | 232 | 52 | 0 | 11 | 41 | 246 | 35 | 65 |
| Binary | 1100011 | 10101010 | 10011010 | 101010 | 0 | 1001 | 100001 | 10100110 | 11101 | 110101 |
Color Harmonies of #63AA9A
Complementary color
Monochromatic Colors of #63AA9A
Black with #63AA9A
Text Example
Text Example
White with #63AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA9A; }
p { color: rgb(99,170,154); }
H1.HeaderClassName
{
color: #63AA9A;
}
.AnyTagClassName
{
color: #63AA9A;
}
</style>
background-color css
<style>
a { background-color: #63AA9A; }
a { background-color: rgb(99,170,154); }
div.DivClassName
{
background-color: #63AA9A;
}
.BgClassName
{
background-color: #63AA9A;
}
</style>
border-color css
<style>
span { border-color: #63AA9A; }
span { border-color: rgb(99,170,154); }
td.TdClassName
{
border-color: #63AA9A;
}
.TagClassName
{
border-color: #63AA9A;
}
</style>