Shades of Keppel #55B88F
Tints of Keppel #55B88F
RGB
CMYK
RGB Variations
Color information
#55B88F (or 0x55B88F) is known color: Keppel. HEX triplet: 55, B8 and 8F. RGB value is (85,184,143). Sum of RGB (Red+Green+Blue) = 85+184+143=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #55B88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B88F is #AA4770. Grayscale: #959595. Windows color (decimal): -11159409 or 9418837. OLE color: 9418837.
HSL color Cylindrical-coordinate representation of color #55B88F: hue angle of 155.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B88F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 143 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.28 |
| HSL | 155.15º | 0.41% | 0.53% | - |
| HSV(B) | 155.15º | 0.54% | 0.72% | - |
| XYZ | 25.84 | 38.2 | 32 | - |
| YUV | 149.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 143 | 0.54 | 0 | 0.22 | 0.28 | 155.15 | 0.41 | 0.53 |
| Hex | 55 | B8 | 8F | 36 | 0 | 16 | 1C | 9B | 29 | 35 |
| Octal | 125 | 270 | 217 | 66 | 0 | 26 | 34 | 233 | 51 | 65 |
| Binary | 1010101 | 10111000 | 10001111 | 110110 | 0 | 10110 | 11100 | 10011011 | 101001 | 110101 |
Color Harmonies of #55B88F
Complementary color
Monochromatic Colors of #55B88F
Black with #55B88F
Text Example
Text Example
White with #55B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B88F; }
p { color: rgb(85,184,143); }
H1.HeaderClassName
{
color: #55B88F;
}
.AnyTagClassName
{
color: #55B88F;
}
</style>
background-color css
<style>
a { background-color: #55B88F; }
a { background-color: rgb(85,184,143); }
div.DivClassName
{
background-color: #55B88F;
}
.BgClassName
{
background-color: #55B88F;
}
</style>
border-color css
<style>
span { border-color: #55B88F; }
span { border-color: rgb(85,184,143); }
td.TdClassName
{
border-color: #55B88F;
}
.TagClassName
{
border-color: #55B88F;
}
</style>