Shades of Keppel #52B28A
Tints of Keppel #52B28A
RGB
CMYK
RGB Variations
Color information
#52B28A (or 0x52B28A) is known color: Keppel. HEX triplet: 52, B2 and 8A. RGB value is (82,178,138). Sum of RGB (Red+Green+Blue) = 82+178+138=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #52B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B28A is #AD4D75. Grayscale: #909090. Windows color (decimal): -11357558 or 9089618. OLE color: 9089618.
HSL color Cylindrical-coordinate representation of color #52B28A: hue angle of 155º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B28A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 138 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.30 |
| HSL | 155º | 0.38% | 0.51% | - |
| HSV(B) | 155º | 0.54% | 0.7% | - |
| XYZ | 23.99 | 35.47 | 29.63 | - |
| YUV | 144.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 138 | 0.54 | 0 | 0.22 | 0.30 | 155 | 0.38 | 0.51 |
| Hex | 52 | B2 | 8A | 36 | 0 | 16 | 1E | 9B | 26 | 33 |
| Octal | 122 | 262 | 212 | 66 | 0 | 26 | 36 | 233 | 46 | 63 |
| Binary | 1010010 | 10110010 | 10001010 | 110110 | 0 | 10110 | 11110 | 10011011 | 100110 | 110011 |
Color Harmonies of #52B28A
Complementary color
Monochromatic Colors of #52B28A
Black with #52B28A
Text Example
Text Example
White with #52B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B28A; }
p { color: rgb(82,178,138); }
H1.HeaderClassName
{
color: #52B28A;
}
.AnyTagClassName
{
color: #52B28A;
}
</style>
background-color css
<style>
a { background-color: #52B28A; }
a { background-color: rgb(82,178,138); }
div.DivClassName
{
background-color: #52B28A;
}
.BgClassName
{
background-color: #52B28A;
}
</style>
border-color css
<style>
span { border-color: #52B28A; }
span { border-color: rgb(82,178,138); }
td.TdClassName
{
border-color: #52B28A;
}
.TagClassName
{
border-color: #52B28A;
}
</style>