Shades of Keppel #63AF9C
Tints of Keppel #63AF9C
RGB
CMYK
RGB Variations
Color information
#63AF9C (or 0x63AF9C) is known color: Keppel. HEX triplet: 63, AF and 9C. RGB value is (99,175,156). Sum of RGB (Red+Green+Blue) = 99+175+156=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF9C is #9C5063. Grayscale: #969696. Windows color (decimal): -10244196 or 10268515. OLE color: 10268515.
HSL color Cylindrical-coordinate representation of color #63AF9C: hue angle of 165º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF9C is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 156 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.31 |
| HSL | 165º | 0.32% | 0.54% | - |
| HSV(B) | 165º | 0.43% | 0.69% | - |
| XYZ | 26.48 | 35.71 | 36.95 | - |
| YUV | 150.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 156 | 0.43 | 0 | 0.11 | 0.31 | 165 | 0.32 | 0.54 |
| Hex | 63 | AF | 9C | 2B | 0 | B | 1F | A5 | 20 | 36 |
| Octal | 143 | 257 | 234 | 53 | 0 | 13 | 37 | 245 | 40 | 66 |
| Binary | 1100011 | 10101111 | 10011100 | 101011 | 0 | 1011 | 11111 | 10100101 | 100000 | 110110 |
Color Harmonies of #63AF9C
Complementary color
Monochromatic Colors of #63AF9C
Black with #63AF9C
Text Example
Text Example
White with #63AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF9C; }
p { color: rgb(99,175,156); }
H1.HeaderClassName
{
color: #63AF9C;
}
.AnyTagClassName
{
color: #63AF9C;
}
</style>
background-color css
<style>
a { background-color: #63AF9C; }
a { background-color: rgb(99,175,156); }
div.DivClassName
{
background-color: #63AF9C;
}
.BgClassName
{
background-color: #63AF9C;
}
</style>
border-color css
<style>
span { border-color: #63AF9C; }
span { border-color: rgb(99,175,156); }
td.TdClassName
{
border-color: #63AF9C;
}
.TagClassName
{
border-color: #63AF9C;
}
</style>