Shades of Keppel #53B398
Tints of Keppel #53B398
RGB
CMYK
RGB Variations
Color information
#53B398 (or 0x53B398) is known color: Keppel. HEX triplet: 53, B3 and 98. RGB value is (83,179,152). Sum of RGB (Red+Green+Blue) = 83+179+152=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #53B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B398 is #AC4C67. Grayscale: #939393. Windows color (decimal): -11291752 or 10007379. OLE color: 10007379.
HSL color Cylindrical-coordinate representation of color #53B398: hue angle of 163.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B398 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 152 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.30 |
| HSL | 163.13º | 0.39% | 0.51% | - |
| HSV(B) | 163.13º | 0.54% | 0.7% | - |
| XYZ | 25.35 | 36.35 | 35.38 | - |
| YUV | 147.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 152 | 0.54 | 0 | 0.15 | 0.30 | 163.13 | 0.39 | 0.51 |
| Hex | 53 | B3 | 98 | 36 | 0 | F | 1E | A3 | 27 | 33 |
| Octal | 123 | 263 | 230 | 66 | 0 | 17 | 36 | 243 | 47 | 63 |
| Binary | 1010011 | 10110011 | 10011000 | 110110 | 0 | 1111 | 11110 | 10100011 | 100111 | 110011 |
Color Harmonies of #53B398
Complementary color
Monochromatic Colors of #53B398
Black with #53B398
Text Example
Text Example
White with #53B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B398; }
p { color: rgb(83,179,152); }
H1.HeaderClassName
{
color: #53B398;
}
.AnyTagClassName
{
color: #53B398;
}
</style>
background-color css
<style>
a { background-color: #53B398; }
a { background-color: rgb(83,179,152); }
div.DivClassName
{
background-color: #53B398;
}
.BgClassName
{
background-color: #53B398;
}
</style>
border-color css
<style>
span { border-color: #53B398; }
span { border-color: rgb(83,179,152); }
td.TdClassName
{
border-color: #53B398;
}
.TagClassName
{
border-color: #53B398;
}
</style>