Shades of Keppel #52B398
Tints of Keppel #52B398
RGB
CMYK
RGB Variations
Color information
#52B398 (or 0x52B398) is known color: Keppel. HEX triplet: 52, B3 and 98. RGB value is (82,179,152). Sum of RGB (Red+Green+Blue) = 82+179+152=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #52B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B398 is #AD4C67. Grayscale: #929292. Windows color (decimal): -11357288 or 10007378. OLE color: 10007378.
HSL color Cylindrical-coordinate representation of color #52B398: hue angle of 163.3º degrees, saturation: 0.39, 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 #52B398 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 179 | 152 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.30 |
| HSL | 163.3º | 0.39% | 0.51% | - |
| HSV(B) | 163.3º | 0.54% | 0.7% | - |
| XYZ | 25.27 | 36.3 | 35.38 | - |
| YUV | 146.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 152 | 0.54 | 0 | 0.15 | 0.30 | 163.3 | 0.39 | 0.51 |
| Hex | 52 | B3 | 98 | 36 | 0 | F | 1E | A3 | 27 | 33 |
| Octal | 122 | 263 | 230 | 66 | 0 | 17 | 36 | 243 | 47 | 63 |
| Binary | 1010010 | 10110011 | 10011000 | 110110 | 0 | 1111 | 11110 | 10100011 | 100111 | 110011 |
Color Harmonies of #52B398
Complementary color
Monochromatic Colors of #52B398
Black with #52B398
Text Example
Text Example
White with #52B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B398; }
p { color: rgb(82,179,152); }
H1.HeaderClassName
{
color: #52B398;
}
.AnyTagClassName
{
color: #52B398;
}
</style>
background-color css
<style>
a { background-color: #52B398; }
a { background-color: rgb(82,179,152); }
div.DivClassName
{
background-color: #52B398;
}
.BgClassName
{
background-color: #52B398;
}
</style>
border-color css
<style>
span { border-color: #52B398; }
span { border-color: rgb(82,179,152); }
td.TdClassName
{
border-color: #52B398;
}
.TagClassName
{
border-color: #52B398;
}
</style>