Shades of Keppel #52A88A
Tints of Keppel #52A88A
RGB
CMYK
RGB Variations
Color information
#52A88A (or 0x52A88A) is known color: Keppel. HEX triplet: 52, A8 and 8A. RGB value is (82,168,138). Sum of RGB (Red+Green+Blue) = 82+168+138=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #52A88A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A88A is #AD5775. Grayscale: #8A8A8A. Windows color (decimal): -11360118 or 9087058. OLE color: 9087058.
HSL color Cylindrical-coordinate representation of color #52A88A: hue angle of 159.07º 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 #52A88A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 138 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.34 |
| HSL | 159.07º | 0.34% | 0.49% | - |
| HSV(B) | 159.07º | 0.51% | 0.66% | - |
| XYZ | 22.07 | 31.63 | 28.99 | - |
| YUV | 138.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 138 | 0.51 | 0 | 0.18 | 0.34 | 159.07 | 0.34 | 0.49 |
| Hex | 52 | A8 | 8A | 33 | 0 | 12 | 22 | 9F | 22 | 31 |
| Octal | 122 | 250 | 212 | 63 | 0 | 22 | 42 | 237 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10001010 | 110011 | 0 | 10010 | 100010 | 10011111 | 100010 | 110001 |
Color Harmonies of #52A88A
Complementary color
Monochromatic Colors of #52A88A
Black with #52A88A
Text Example
Text Example
White with #52A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A88A; }
p { color: rgb(82,168,138); }
H1.HeaderClassName
{
color: #52A88A;
}
.AnyTagClassName
{
color: #52A88A;
}
</style>
background-color css
<style>
a { background-color: #52A88A; }
a { background-color: rgb(82,168,138); }
div.DivClassName
{
background-color: #52A88A;
}
.BgClassName
{
background-color: #52A88A;
}
</style>
border-color css
<style>
span { border-color: #52A88A; }
span { border-color: rgb(82,168,138); }
td.TdClassName
{
border-color: #52A88A;
}
.TagClassName
{
border-color: #52A88A;
}
</style>