Shades of Keppel #52A88B
Tints of Keppel #52A88B
RGB
CMYK
RGB Variations
Color information
#52A88B (or 0x52A88B) is known color: Keppel. HEX triplet: 52, A8 and 8B. RGB value is (82,168,139). Sum of RGB (Red+Green+Blue) = 82+168+139=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #52A88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A88B is #AD5774. Grayscale: #8B8B8B. Windows color (decimal): -11360117 or 9152594. OLE color: 9152594.
HSL color Cylindrical-coordinate representation of color #52A88B: hue angle of 159.77º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A88B is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 139 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.34 |
| HSL | 159.77º | 0.34% | 0.49% | - |
| HSV(B) | 159.77º | 0.51% | 0.66% | - |
| XYZ | 22.14 | 31.66 | 29.37 | - |
| YUV | 138.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 139 | 0.51 | 0 | 0.17 | 0.34 | 159.77 | 0.34 | 0.49 |
| Hex | 52 | A8 | 8B | 33 | 0 | 11 | 22 | A0 | 22 | 31 |
| Octal | 122 | 250 | 213 | 63 | 0 | 21 | 42 | 240 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10001011 | 110011 | 0 | 10001 | 100010 | 10100000 | 100010 | 110001 |
Color Harmonies of #52A88B
Complementary color
Monochromatic Colors of #52A88B
Black with #52A88B
Text Example
Text Example
White with #52A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A88B; }
p { color: rgb(82,168,139); }
H1.HeaderClassName
{
color: #52A88B;
}
.AnyTagClassName
{
color: #52A88B;
}
</style>
background-color css
<style>
a { background-color: #52A88B; }
a { background-color: rgb(82,168,139); }
div.DivClassName
{
background-color: #52A88B;
}
.BgClassName
{
background-color: #52A88B;
}
</style>
border-color css
<style>
span { border-color: #52A88B; }
span { border-color: rgb(82,168,139); }
td.TdClassName
{
border-color: #52A88B;
}
.TagClassName
{
border-color: #52A88B;
}
</style>