Shades of Keppel #53AD94
Tints of Keppel #53AD94
RGB
CMYK
RGB Variations
Color information
#53AD94 (or 0x53AD94) is known color: Keppel. HEX triplet: 53, AD and 94. RGB value is (83,173,148). Sum of RGB (Red+Green+Blue) = 83+173+148=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD94 is #AC526B. Grayscale: #8F8F8F. Windows color (decimal): -11293292 or 9743699. OLE color: 9743699.
HSL color Cylindrical-coordinate representation of color #53AD94: hue angle of 163.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD94 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 148 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.32 |
| HSL | 163.33º | 0.35% | 0.5% | - |
| HSV(B) | 163.33º | 0.52% | 0.68% | - |
| XYZ | 23.86 | 33.86 | 33.3 | - |
| YUV | 143.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 148 | 0.52 | 0 | 0.14 | 0.32 | 163.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 94 | 34 | 0 | E | 20 | A3 | 23 | 32 |
| Octal | 123 | 255 | 224 | 64 | 0 | 16 | 40 | 243 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10010100 | 110100 | 0 | 1110 | 100000 | 10100011 | 100011 | 110010 |
Color Harmonies of #53AD94
Complementary color
Monochromatic Colors of #53AD94
Black with #53AD94
Text Example
Text Example
White with #53AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD94; }
p { color: rgb(83,173,148); }
H1.HeaderClassName
{
color: #53AD94;
}
.AnyTagClassName
{
color: #53AD94;
}
</style>
background-color css
<style>
a { background-color: #53AD94; }
a { background-color: rgb(83,173,148); }
div.DivClassName
{
background-color: #53AD94;
}
.BgClassName
{
background-color: #53AD94;
}
</style>
border-color css
<style>
span { border-color: #53AD94; }
span { border-color: rgb(83,173,148); }
td.TdClassName
{
border-color: #53AD94;
}
.TagClassName
{
border-color: #53AD94;
}
</style>