Shades of Keppel #53A88E
Tints of Keppel #53A88E
RGB
CMYK
RGB Variations
Color information
#53A88E (or 0x53A88E) is known color: Keppel. HEX triplet: 53, A8 and 8E. RGB value is (83,168,142). Sum of RGB (Red+Green+Blue) = 83+168+142=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #53A88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A88E is #AC5771. Grayscale: #8B8B8B. Windows color (decimal): -11294578 or 9349203. OLE color: 9349203.
HSL color Cylindrical-coordinate representation of color #53A88E: hue angle of 161.65º 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 #53A88E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 142 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.34 |
| HSL | 161.65º | 0.34% | 0.49% | - |
| HSV(B) | 161.65º | 0.51% | 0.66% | - |
| XYZ | 22.45 | 31.8 | 30.55 | - |
| YUV | 139.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 142 | 0.51 | 0 | 0.15 | 0.34 | 161.65 | 0.34 | 0.49 |
| Hex | 53 | A8 | 8E | 33 | 0 | F | 22 | A2 | 22 | 31 |
| Octal | 123 | 250 | 216 | 63 | 0 | 17 | 42 | 242 | 42 | 61 |
| Binary | 1010011 | 10101000 | 10001110 | 110011 | 0 | 1111 | 100010 | 10100010 | 100010 | 110001 |
Color Harmonies of #53A88E
Complementary color
Monochromatic Colors of #53A88E
Black with #53A88E
Text Example
Text Example
White with #53A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A88E; }
p { color: rgb(83,168,142); }
H1.HeaderClassName
{
color: #53A88E;
}
.AnyTagClassName
{
color: #53A88E;
}
</style>
background-color css
<style>
a { background-color: #53A88E; }
a { background-color: rgb(83,168,142); }
div.DivClassName
{
background-color: #53A88E;
}
.BgClassName
{
background-color: #53A88E;
}
</style>
border-color css
<style>
span { border-color: #53A88E; }
span { border-color: rgb(83,168,142); }
td.TdClassName
{
border-color: #53A88E;
}
.TagClassName
{
border-color: #53A88E;
}
</style>