Shades of Keppel #55B28A
Tints of Keppel #55B28A
RGB
CMYK
RGB Variations
Color information
#55B28A (or 0x55B28A) is known color: Keppel. HEX triplet: 55, B2 and 8A. RGB value is (85,178,138). Sum of RGB (Red+Green+Blue) = 85+178+138=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #55B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B28A is #AA4D75. Grayscale: #919191. Windows color (decimal): -11160950 or 9089621. OLE color: 9089621.
HSL color Cylindrical-coordinate representation of color #55B28A: hue angle of 154.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B28A is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 138 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.30 |
| HSL | 154.19º | 0.38% | 0.52% | - |
| HSV(B) | 154.19º | 0.52% | 0.7% | - |
| XYZ | 24.25 | 35.61 | 29.64 | - |
| YUV | 145.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 138 | 0.52 | 0 | 0.22 | 0.30 | 154.19 | 0.38 | 0.52 |
| Hex | 55 | B2 | 8A | 34 | 0 | 16 | 1E | 9A | 26 | 34 |
| Octal | 125 | 262 | 212 | 64 | 0 | 26 | 36 | 232 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10001010 | 110100 | 0 | 10110 | 11110 | 10011010 | 100110 | 110100 |
Color Harmonies of #55B28A
Complementary color
Monochromatic Colors of #55B28A
Black with #55B28A
Text Example
Text Example
White with #55B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B28A; }
p { color: rgb(85,178,138); }
H1.HeaderClassName
{
color: #55B28A;
}
.AnyTagClassName
{
color: #55B28A;
}
</style>
background-color css
<style>
a { background-color: #55B28A; }
a { background-color: rgb(85,178,138); }
div.DivClassName
{
background-color: #55B28A;
}
.BgClassName
{
background-color: #55B28A;
}
</style>
border-color css
<style>
span { border-color: #55B28A; }
span { border-color: rgb(85,178,138); }
td.TdClassName
{
border-color: #55B28A;
}
.TagClassName
{
border-color: #55B28A;
}
</style>