Shades of Keppel #55C099
Tints of Keppel #55C099
RGB
CMYK
RGB Variations
Color information
#55C099 (or 0x55C099) is known color: Keppel. HEX triplet: 55, C0 and 99. RGB value is (85,192,153). Sum of RGB (Red+Green+Blue) = 85+192+153=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #55C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C099 is #AA3F66. Grayscale: #9B9B9B. Windows color (decimal): -11157351 or 10076245. OLE color: 10076245.
HSL color Cylindrical-coordinate representation of color #55C099: hue angle of 158.13º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C099 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 153 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.25 |
| HSL | 158.13º | 0.46% | 0.54% | - |
| HSV(B) | 158.13º | 0.56% | 0.75% | - |
| XYZ | 28.35 | 41.93 | 36.74 | - |
| YUV | 155.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 153 | 0.56 | 0 | 0.20 | 0.25 | 158.13 | 0.46 | 0.54 |
| Hex | 55 | C0 | 99 | 38 | 0 | 14 | 19 | 9E | 2E | 36 |
| Octal | 125 | 300 | 231 | 70 | 0 | 24 | 31 | 236 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10011001 | 111000 | 0 | 10100 | 11001 | 10011110 | 101110 | 110110 |
Color Harmonies of #55C099
Complementary color
Monochromatic Colors of #55C099
Black with #55C099
Text Example
Text Example
White with #55C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C099; }
p { color: rgb(85,192,153); }
H1.HeaderClassName
{
color: #55C099;
}
.AnyTagClassName
{
color: #55C099;
}
</style>
background-color css
<style>
a { background-color: #55C099; }
a { background-color: rgb(85,192,153); }
div.DivClassName
{
background-color: #55C099;
}
.BgClassName
{
background-color: #55C099;
}
</style>
border-color css
<style>
span { border-color: #55C099; }
span { border-color: rgb(85,192,153); }
td.TdClassName
{
border-color: #55C099;
}
.TagClassName
{
border-color: #55C099;
}
</style>