Shades of Keppel #52BA96
Tints of Keppel #52BA96
RGB
CMYK
RGB Variations
Color information
#52BA96 (or 0x52BA96) is known color: Keppel. HEX triplet: 52, BA and 96. RGB value is (82,186,150). Sum of RGB (Red+Green+Blue) = 82+186+150=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA96 is #AD4569. Grayscale: #969696. Windows color (decimal): -11355498 or 9878098. OLE color: 9878098.
HSL color Cylindrical-coordinate representation of color #52BA96: hue angle of 159.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA96 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 150 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.27 |
| HSL | 159.23º | 0.43% | 0.53% | - |
| HSV(B) | 159.23º | 0.56% | 0.73% | - |
| XYZ | 26.54 | 39.11 | 35 | - |
| YUV | 150.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 150 | 0.56 | 0 | 0.19 | 0.27 | 159.23 | 0.43 | 0.53 |
| Hex | 52 | BA | 96 | 38 | 0 | 13 | 1B | 9F | 2B | 35 |
| Octal | 122 | 272 | 226 | 70 | 0 | 23 | 33 | 237 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10010110 | 111000 | 0 | 10011 | 11011 | 10011111 | 101011 | 110101 |
Color Harmonies of #52BA96
Complementary color
Monochromatic Colors of #52BA96
Black with #52BA96
Text Example
Text Example
White with #52BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA96; }
p { color: rgb(82,186,150); }
H1.HeaderClassName
{
color: #52BA96;
}
.AnyTagClassName
{
color: #52BA96;
}
</style>
background-color css
<style>
a { background-color: #52BA96; }
a { background-color: rgb(82,186,150); }
div.DivClassName
{
background-color: #52BA96;
}
.BgClassName
{
background-color: #52BA96;
}
</style>
border-color css
<style>
span { border-color: #52BA96; }
span { border-color: rgb(82,186,150); }
td.TdClassName
{
border-color: #52BA96;
}
.TagClassName
{
border-color: #52BA96;
}
</style>