Shades of Keppel #52B08D
Tints of Keppel #52B08D
RGB
CMYK
RGB Variations
Color information
#52B08D (or 0x52B08D) is known color: Keppel. HEX triplet: 52, B0 and 8D. RGB value is (82,176,141). Sum of RGB (Red+Green+Blue) = 82+176+141=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #52B08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B08D is #AD4F72. Grayscale: #8F8F8F. Windows color (decimal): -11358067 or 9285714. OLE color: 9285714.
HSL color Cylindrical-coordinate representation of color #52B08D: hue angle of 157.66º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B08D is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 141 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.31 |
| HSL | 157.66º | 0.37% | 0.51% | - |
| HSV(B) | 157.66º | 0.53% | 0.69% | - |
| XYZ | 23.81 | 34.77 | 30.66 | - |
| YUV | 143.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 141 | 0.53 | 0 | 0.20 | 0.31 | 157.66 | 0.37 | 0.51 |
| Hex | 52 | B0 | 8D | 35 | 0 | 14 | 1F | 9E | 25 | 33 |
| Octal | 122 | 260 | 215 | 65 | 0 | 24 | 37 | 236 | 45 | 63 |
| Binary | 1010010 | 10110000 | 10001101 | 110101 | 0 | 10100 | 11111 | 10011110 | 100101 | 110011 |
Color Harmonies of #52B08D
Complementary color
Monochromatic Colors of #52B08D
Black with #52B08D
Text Example
Text Example
White with #52B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B08D; }
p { color: rgb(82,176,141); }
H1.HeaderClassName
{
color: #52B08D;
}
.AnyTagClassName
{
color: #52B08D;
}
</style>
background-color css
<style>
a { background-color: #52B08D; }
a { background-color: rgb(82,176,141); }
div.DivClassName
{
background-color: #52B08D;
}
.BgClassName
{
background-color: #52B08D;
}
</style>
border-color css
<style>
span { border-color: #52B08D; }
span { border-color: rgb(82,176,141); }
td.TdClassName
{
border-color: #52B08D;
}
.TagClassName
{
border-color: #52B08D;
}
</style>