Shades of Keppel #53B28C
Tints of Keppel #53B28C
RGB
CMYK
RGB Variations
Color information
#53B28C (or 0x53B28C) is known color: Keppel. HEX triplet: 53, B2 and 8C. RGB value is (83,178,140). Sum of RGB (Red+Green+Blue) = 83+178+140=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #53B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B28C is #AC4D73. Grayscale: #919191. Windows color (decimal): -11292020 or 9220691. OLE color: 9220691.
HSL color Cylindrical-coordinate representation of color #53B28C: hue angle of 156º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B28C is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 178 | 140 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.30 |
| HSL | 156º | 0.38% | 0.51% | - |
| HSV(B) | 156º | 0.53% | 0.7% | - |
| XYZ | 24.22 | 35.57 | 30.4 | - |
| YUV | 145.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 140 | 0.53 | 0 | 0.21 | 0.30 | 156 | 0.38 | 0.51 |
| Hex | 53 | B2 | 8C | 35 | 0 | 15 | 1E | 9C | 26 | 33 |
| Octal | 123 | 262 | 214 | 65 | 0 | 25 | 36 | 234 | 46 | 63 |
| Binary | 1010011 | 10110010 | 10001100 | 110101 | 0 | 10101 | 11110 | 10011100 | 100110 | 110011 |
Color Harmonies of #53B28C
Complementary color
Monochromatic Colors of #53B28C
Black with #53B28C
Text Example
Text Example
White with #53B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B28C; }
p { color: rgb(83,178,140); }
H1.HeaderClassName
{
color: #53B28C;
}
.AnyTagClassName
{
color: #53B28C;
}
</style>
background-color css
<style>
a { background-color: #53B28C; }
a { background-color: rgb(83,178,140); }
div.DivClassName
{
background-color: #53B28C;
}
.BgClassName
{
background-color: #53B28C;
}
</style>
border-color css
<style>
span { border-color: #53B28C; }
span { border-color: rgb(83,178,140); }
td.TdClassName
{
border-color: #53B28C;
}
.TagClassName
{
border-color: #53B28C;
}
</style>