Shades of Keppel #53B48D
Tints of Keppel #53B48D
RGB
CMYK
RGB Variations
Color information
#53B48D (or 0x53B48D) is known color: Keppel. HEX triplet: 53, B4 and 8D. RGB value is (83,180,141). Sum of RGB (Red+Green+Blue) = 83+180+141=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #53B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B48D is #AC4B72. Grayscale: #929292. Windows color (decimal): -11291507 or 9286739. OLE color: 9286739.
HSL color Cylindrical-coordinate representation of color #53B48D: hue angle of 155.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B48D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 141 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.29 |
| HSL | 155.88º | 0.39% | 0.52% | - |
| HSV(B) | 155.88º | 0.54% | 0.71% | - |
| XYZ | 24.7 | 36.4 | 30.92 | - |
| YUV | 146.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 141 | 0.54 | 0 | 0.22 | 0.29 | 155.88 | 0.39 | 0.52 |
| Hex | 53 | B4 | 8D | 36 | 0 | 16 | 1D | 9C | 27 | 34 |
| Octal | 123 | 264 | 215 | 66 | 0 | 26 | 35 | 234 | 47 | 64 |
| Binary | 1010011 | 10110100 | 10001101 | 110110 | 0 | 10110 | 11101 | 10011100 | 100111 | 110100 |
Color Harmonies of #53B48D
Complementary color
Monochromatic Colors of #53B48D
Black with #53B48D
Text Example
Text Example
White with #53B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B48D; }
p { color: rgb(83,180,141); }
H1.HeaderClassName
{
color: #53B48D;
}
.AnyTagClassName
{
color: #53B48D;
}
</style>
background-color css
<style>
a { background-color: #53B48D; }
a { background-color: rgb(83,180,141); }
div.DivClassName
{
background-color: #53B48D;
}
.BgClassName
{
background-color: #53B48D;
}
</style>
border-color css
<style>
span { border-color: #53B48D; }
span { border-color: rgb(83,180,141); }
td.TdClassName
{
border-color: #53B48D;
}
.TagClassName
{
border-color: #53B48D;
}
</style>