Shades of Keppel #53B899
Tints of Keppel #53B899
RGB
CMYK
RGB Variations
Color information
#53B899 (or 0x53B899) is known color: Keppel. HEX triplet: 53, B8 and 99. RGB value is (83,184,153). Sum of RGB (Red+Green+Blue) = 83+184+153=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #53B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B899 is #AC4766. Grayscale: #969696. Windows color (decimal): -11290471 or 10074195. OLE color: 10074195.
HSL color Cylindrical-coordinate representation of color #53B899: hue angle of 161.58º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B899 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 153 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.28 |
| HSL | 161.58º | 0.42% | 0.52% | - |
| HSV(B) | 161.58º | 0.55% | 0.72% | - |
| XYZ | 26.46 | 38.42 | 36.16 | - |
| YUV | 150.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 153 | 0.55 | 0 | 0.17 | 0.28 | 161.58 | 0.42 | 0.52 |
| Hex | 53 | B8 | 99 | 37 | 0 | 11 | 1C | A2 | 2A | 34 |
| Octal | 123 | 270 | 231 | 67 | 0 | 21 | 34 | 242 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10011001 | 110111 | 0 | 10001 | 11100 | 10100010 | 101010 | 110100 |
Color Harmonies of #53B899
Complementary color
Monochromatic Colors of #53B899
Black with #53B899
Text Example
Text Example
White with #53B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B899; }
p { color: rgb(83,184,153); }
H1.HeaderClassName
{
color: #53B899;
}
.AnyTagClassName
{
color: #53B899;
}
</style>
background-color css
<style>
a { background-color: #53B899; }
a { background-color: rgb(83,184,153); }
div.DivClassName
{
background-color: #53B899;
}
.BgClassName
{
background-color: #53B899;
}
</style>
border-color css
<style>
span { border-color: #53B899; }
span { border-color: rgb(83,184,153); }
td.TdClassName
{
border-color: #53B899;
}
.TagClassName
{
border-color: #53B899;
}
</style>