Shades of Keppel #53A68D
Tints of Keppel #53A68D
RGB
CMYK
RGB Variations
Color information
#53A68D (or 0x53A68D) is known color: Keppel. HEX triplet: 53, A6 and 8D. RGB value is (83,166,141). Sum of RGB (Red+Green+Blue) = 83+166+141=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #53A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A68D is #AC5972. Grayscale: #8A8A8A. Windows color (decimal): -11295091 or 9283155. OLE color: 9283155.
HSL color Cylindrical-coordinate representation of color #53A68D: hue angle of 161.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A68D is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 141 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.35 |
| HSL | 161.93º | 0.33% | 0.49% | - |
| HSV(B) | 161.93º | 0.5% | 0.65% | - |
| XYZ | 22.01 | 31.03 | 30.03 | - |
| YUV | 138.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 141 | 0.50 | 0 | 0.15 | 0.35 | 161.93 | 0.33 | 0.49 |
| Hex | 53 | A6 | 8D | 32 | 0 | F | 23 | A2 | 21 | 31 |
| Octal | 123 | 246 | 215 | 62 | 0 | 17 | 43 | 242 | 41 | 61 |
| Binary | 1010011 | 10100110 | 10001101 | 110010 | 0 | 1111 | 100011 | 10100010 | 100001 | 110001 |
Color Harmonies of #53A68D
Complementary color
Monochromatic Colors of #53A68D
Black with #53A68D
Text Example
Text Example
White with #53A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A68D; }
p { color: rgb(83,166,141); }
H1.HeaderClassName
{
color: #53A68D;
}
.AnyTagClassName
{
color: #53A68D;
}
</style>
background-color css
<style>
a { background-color: #53A68D; }
a { background-color: rgb(83,166,141); }
div.DivClassName
{
background-color: #53A68D;
}
.BgClassName
{
background-color: #53A68D;
}
</style>
border-color css
<style>
span { border-color: #53A68D; }
span { border-color: rgb(83,166,141); }
td.TdClassName
{
border-color: #53A68D;
}
.TagClassName
{
border-color: #53A68D;
}
</style>