Shades of Keppel #53A994
Tints of Keppel #53A994
RGB
CMYK
RGB Variations
Color information
#53A994 (or 0x53A994) is known color: Keppel. HEX triplet: 53, A9 and 94. RGB value is (83,169,148). Sum of RGB (Red+Green+Blue) = 83+169+148=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #53A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A994 is #AC566B. Grayscale: #8C8C8C. Windows color (decimal): -11294316 or 9742675. OLE color: 9742675.
HSL color Cylindrical-coordinate representation of color #53A994: hue angle of 165.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A994 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 169 | 148 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.34 |
| HSL | 165.35º | 0.34% | 0.49% | - |
| HSV(B) | 165.35º | 0.51% | 0.66% | - |
| XYZ | 23.1 | 32.35 | 33.04 | - |
| YUV | 140.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 169 | 148 | 0.51 | 0 | 0.12 | 0.34 | 165.35 | 0.34 | 0.49 |
| Hex | 53 | A9 | 94 | 33 | 0 | C | 22 | A5 | 22 | 31 |
| Octal | 123 | 251 | 224 | 63 | 0 | 14 | 42 | 245 | 42 | 61 |
| Binary | 1010011 | 10101001 | 10010100 | 110011 | 0 | 1100 | 100010 | 10100101 | 100010 | 110001 |
Color Harmonies of #53A994
Complementary color
Monochromatic Colors of #53A994
Black with #53A994
Text Example
Text Example
White with #53A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A994; }
p { color: rgb(83,169,148); }
H1.HeaderClassName
{
color: #53A994;
}
.AnyTagClassName
{
color: #53A994;
}
</style>
background-color css
<style>
a { background-color: #53A994; }
a { background-color: rgb(83,169,148); }
div.DivClassName
{
background-color: #53A994;
}
.BgClassName
{
background-color: #53A994;
}
</style>
border-color css
<style>
span { border-color: #53A994; }
span { border-color: rgb(83,169,148); }
td.TdClassName
{
border-color: #53A994;
}
.TagClassName
{
border-color: #53A994;
}
</style>