Shades of Keppel #53AF8A
Tints of Keppel #53AF8A
RGB
CMYK
RGB Variations
Color information
#53AF8A (or 0x53AF8A) is known color: Keppel. HEX triplet: 53, AF and 8A. RGB value is (83,175,138). Sum of RGB (Red+Green+Blue) = 83+175+138=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF8A is #AC5075. Grayscale: #8F8F8F. Windows color (decimal): -11292790 or 9088851. OLE color: 9088851.
HSL color Cylindrical-coordinate representation of color #53AF8A: hue angle of 155.87º 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 #53AF8A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 138 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.31 |
| HSL | 155.87º | 0.37% | 0.51% | - |
| HSV(B) | 155.87º | 0.53% | 0.69% | - |
| XYZ | 23.48 | 34.33 | 29.43 | - |
| YUV | 143.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 138 | 0.53 | 0 | 0.21 | 0.31 | 155.87 | 0.37 | 0.51 |
| Hex | 53 | AF | 8A | 35 | 0 | 15 | 1F | 9C | 25 | 33 |
| Octal | 123 | 257 | 212 | 65 | 0 | 25 | 37 | 234 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10001010 | 110101 | 0 | 10101 | 11111 | 10011100 | 100101 | 110011 |
Color Harmonies of #53AF8A
Complementary color
Monochromatic Colors of #53AF8A
Black with #53AF8A
Text Example
Text Example
White with #53AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF8A; }
p { color: rgb(83,175,138); }
H1.HeaderClassName
{
color: #53AF8A;
}
.AnyTagClassName
{
color: #53AF8A;
}
</style>
background-color css
<style>
a { background-color: #53AF8A; }
a { background-color: rgb(83,175,138); }
div.DivClassName
{
background-color: #53AF8A;
}
.BgClassName
{
background-color: #53AF8A;
}
</style>
border-color css
<style>
span { border-color: #53AF8A; }
span { border-color: rgb(83,175,138); }
td.TdClassName
{
border-color: #53AF8A;
}
.TagClassName
{
border-color: #53AF8A;
}
</style>