Shades of Keppel #52B28F
Tints of Keppel #52B28F
RGB
CMYK
RGB Variations
Color information
#52B28F (or 0x52B28F) is known color: Keppel. HEX triplet: 52, B2 and 8F. RGB value is (82,178,143). Sum of RGB (Red+Green+Blue) = 82+178+143=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #52B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B28F is #AD4D70. Grayscale: #919191. Windows color (decimal): -11357553 or 9417298. OLE color: 9417298.
HSL color Cylindrical-coordinate representation of color #52B28F: hue angle of 158.12º 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 #52B28F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 143 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.30 |
| HSL | 158.13º | 0.38% | 0.51% | - |
| HSV(B) | 158.13º | 0.54% | 0.7% | - |
| XYZ | 24.36 | 35.62 | 31.58 | - |
| YUV | 145.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 143 | 0.54 | 0 | 0.20 | 0.30 | 158.13 | 0.38 | 0.51 |
| Hex | 52 | B2 | 8F | 36 | 0 | 14 | 1E | 9E | 26 | 33 |
| Octal | 122 | 262 | 217 | 66 | 0 | 24 | 36 | 236 | 46 | 63 |
| Binary | 1010010 | 10110010 | 10001111 | 110110 | 0 | 10100 | 11110 | 10011110 | 100110 | 110011 |
Color Harmonies of #52B28F
Complementary color
Monochromatic Colors of #52B28F
Black with #52B28F
Text Example
Text Example
White with #52B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B28F; }
p { color: rgb(82,178,143); }
H1.HeaderClassName
{
color: #52B28F;
}
.AnyTagClassName
{
color: #52B28F;
}
</style>
background-color css
<style>
a { background-color: #52B28F; }
a { background-color: rgb(82,178,143); }
div.DivClassName
{
background-color: #52B28F;
}
.BgClassName
{
background-color: #52B28F;
}
</style>
border-color css
<style>
span { border-color: #52B28F; }
span { border-color: rgb(82,178,143); }
td.TdClassName
{
border-color: #52B28F;
}
.TagClassName
{
border-color: #52B28F;
}
</style>