Shades of Keppel #52AE90
Tints of Keppel #52AE90
RGB
CMYK
RGB Variations
Color information
#52AE90 (or 0x52AE90) is known color: Keppel. HEX triplet: 52, AE and 90. RGB value is (82,174,144). Sum of RGB (Red+Green+Blue) = 82+174+144=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AE90 is #AD516F. Grayscale: #8F8F8F. Windows color (decimal): -11358576 or 9481810. OLE color: 9481810.
HSL color Cylindrical-coordinate representation of color #52AE90: hue angle of 160.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE90 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 174 | 144 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.32 |
| HSL | 160.43º | 0.36% | 0.5% | - |
| HSV(B) | 160.43º | 0.53% | 0.68% | - |
| XYZ | 23.65 | 34.08 | 31.72 | - |
| YUV | 143.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 144 | 0.53 | 0 | 0.17 | 0.32 | 160.43 | 0.36 | 0.5 |
| Hex | 52 | AE | 90 | 35 | 0 | 11 | 20 | A0 | 24 | 32 |
| Octal | 122 | 256 | 220 | 65 | 0 | 21 | 40 | 240 | 44 | 62 |
| Binary | 1010010 | 10101110 | 10010000 | 110101 | 0 | 10001 | 100000 | 10100000 | 100100 | 110010 |
Color Harmonies of #52AE90
Complementary color
Monochromatic Colors of #52AE90
Black with #52AE90
Text Example
Text Example
White with #52AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AE90; }
p { color: rgb(82,174,144); }
H1.HeaderClassName
{
color: #52AE90;
}
.AnyTagClassName
{
color: #52AE90;
}
</style>
background-color css
<style>
a { background-color: #52AE90; }
a { background-color: rgb(82,174,144); }
div.DivClassName
{
background-color: #52AE90;
}
.BgClassName
{
background-color: #52AE90;
}
</style>
border-color css
<style>
span { border-color: #52AE90; }
span { border-color: rgb(82,174,144); }
td.TdClassName
{
border-color: #52AE90;
}
.TagClassName
{
border-color: #52AE90;
}
</style>