Shades of Keppel #52B799
Tints of Keppel #52B799
RGB
CMYK
RGB Variations
Color information
#52B799 (or 0x52B799) is known color: Keppel. HEX triplet: 52, B7 and 99. RGB value is (82,183,153). Sum of RGB (Red+Green+Blue) = 82+183+153=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #52B799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B799 is #AD4866. Grayscale: #959595. Windows color (decimal): -11356263 or 10073938. OLE color: 10073938.
HSL color Cylindrical-coordinate representation of color #52B799: hue angle of 162.18º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B799 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 153 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.28 |
| HSL | 162.18º | 0.41% | 0.52% | - |
| HSV(B) | 162.18º | 0.55% | 0.72% | - |
| XYZ | 26.16 | 37.96 | 36.09 | - |
| YUV | 149.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 153 | 0.55 | 0 | 0.16 | 0.28 | 162.18 | 0.41 | 0.52 |
| Hex | 52 | B7 | 99 | 37 | 0 | 10 | 1C | A2 | 29 | 34 |
| Octal | 122 | 267 | 231 | 67 | 0 | 20 | 34 | 242 | 51 | 64 |
| Binary | 1010010 | 10110111 | 10011001 | 110111 | 0 | 10000 | 11100 | 10100010 | 101001 | 110100 |
Color Harmonies of #52B799
Complementary color
Monochromatic Colors of #52B799
Black with #52B799
Text Example
Text Example
White with #52B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B799; }
p { color: rgb(82,183,153); }
H1.HeaderClassName
{
color: #52B799;
}
.AnyTagClassName
{
color: #52B799;
}
</style>
background-color css
<style>
a { background-color: #52B799; }
a { background-color: rgb(82,183,153); }
div.DivClassName
{
background-color: #52B799;
}
.BgClassName
{
background-color: #52B799;
}
</style>
border-color css
<style>
span { border-color: #52B799; }
span { border-color: rgb(82,183,153); }
td.TdClassName
{
border-color: #52B799;
}
.TagClassName
{
border-color: #52B799;
}
</style>