Shades of Keppel #53B18E
Tints of Keppel #53B18E
RGB
CMYK
RGB Variations
Color information
#53B18E (or 0x53B18E) is known color: Keppel. HEX triplet: 53, B1 and 8E. RGB value is (83,177,142). Sum of RGB (Red+Green+Blue) = 83+177+142=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #53B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B18E is #AC4E71. Grayscale: #909090. Windows color (decimal): -11292274 or 9351507. OLE color: 9351507.
HSL color Cylindrical-coordinate representation of color #53B18E: hue angle of 157.66º degrees, saturation: 0.38, 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 #53B18E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 142 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.31 |
| HSL | 157.66º | 0.38% | 0.51% | - |
| HSV(B) | 157.66º | 0.53% | 0.69% | - |
| XYZ | 24.17 | 35.24 | 31.12 | - |
| YUV | 144.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 142 | 0.53 | 0 | 0.20 | 0.31 | 157.66 | 0.38 | 0.51 |
| Hex | 53 | B1 | 8E | 35 | 0 | 14 | 1F | 9E | 26 | 33 |
| Octal | 123 | 261 | 216 | 65 | 0 | 24 | 37 | 236 | 46 | 63 |
| Binary | 1010011 | 10110001 | 10001110 | 110101 | 0 | 10100 | 11111 | 10011110 | 100110 | 110011 |
Color Harmonies of #53B18E
Complementary color
Monochromatic Colors of #53B18E
Black with #53B18E
Text Example
Text Example
White with #53B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B18E; }
p { color: rgb(83,177,142); }
H1.HeaderClassName
{
color: #53B18E;
}
.AnyTagClassName
{
color: #53B18E;
}
</style>
background-color css
<style>
a { background-color: #53B18E; }
a { background-color: rgb(83,177,142); }
div.DivClassName
{
background-color: #53B18E;
}
.BgClassName
{
background-color: #53B18E;
}
</style>
border-color css
<style>
span { border-color: #53B18E; }
span { border-color: rgb(83,177,142); }
td.TdClassName
{
border-color: #53B18E;
}
.TagClassName
{
border-color: #53B18E;
}
</style>