Shades of Keppel #53AF90
Tints of Keppel #53AF90
RGB
CMYK
RGB Variations
Color information
#53AF90 (or 0x53AF90) is known color: Keppel. HEX triplet: 53, AF and 90. RGB value is (83,175,144). Sum of RGB (Red+Green+Blue) = 83+175+144=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF90 is #AC506F. Grayscale: #8F8F8F. Windows color (decimal): -11292784 or 9482067. OLE color: 9482067.
HSL color Cylindrical-coordinate representation of color #53AF90: hue angle of 159.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF90 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 144 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.31 |
| HSL | 159.78º | 0.37% | 0.51% | - |
| HSV(B) | 159.78º | 0.53% | 0.69% | - |
| XYZ | 23.93 | 34.51 | 31.79 | - |
| YUV | 143.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 144 | 0.53 | 0 | 0.18 | 0.31 | 159.78 | 0.37 | 0.51 |
| Hex | 53 | AF | 90 | 35 | 0 | 12 | 1F | A0 | 25 | 33 |
| Octal | 123 | 257 | 220 | 65 | 0 | 22 | 37 | 240 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10010000 | 110101 | 0 | 10010 | 11111 | 10100000 | 100101 | 110011 |
Color Harmonies of #53AF90
Complementary color
Monochromatic Colors of #53AF90
Black with #53AF90
Text Example
Text Example
White with #53AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF90; }
p { color: rgb(83,175,144); }
H1.HeaderClassName
{
color: #53AF90;
}
.AnyTagClassName
{
color: #53AF90;
}
</style>
background-color css
<style>
a { background-color: #53AF90; }
a { background-color: rgb(83,175,144); }
div.DivClassName
{
background-color: #53AF90;
}
.BgClassName
{
background-color: #53AF90;
}
</style>
border-color css
<style>
span { border-color: #53AF90; }
span { border-color: rgb(83,175,144); }
td.TdClassName
{
border-color: #53AF90;
}
.TagClassName
{
border-color: #53AF90;
}
</style>