Shades of Keppel #5CAE95
Tints of Keppel #5CAE95
RGB
CMYK
RGB Variations
Color information
#5CAE95 (or 0x5CAE95) is known color: Keppel. HEX triplet: 5C, AE and 95. RGB value is (92,174,149). Sum of RGB (Red+Green+Blue) = 92+174+149=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAE95 is #A3516A. Grayscale: #929292. Windows color (decimal): -10703211 or 9809500. OLE color: 9809500.
HSL color Cylindrical-coordinate representation of color #5CAE95: hue angle of 161.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAE95 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 149 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.32 |
| HSL | 161.71º | 0.34% | 0.52% | - |
| HSV(B) | 161.71º | 0.47% | 0.68% | - |
| XYZ | 24.97 | 34.72 | 33.82 | - |
| YUV | 146.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 149 | 0.47 | 0 | 0.14 | 0.32 | 161.71 | 0.34 | 0.52 |
| Hex | 5C | AE | 95 | 2F | 0 | E | 20 | A2 | 22 | 34 |
| Octal | 134 | 256 | 225 | 57 | 0 | 16 | 40 | 242 | 42 | 64 |
| Binary | 1011100 | 10101110 | 10010101 | 101111 | 0 | 1110 | 100000 | 10100010 | 100010 | 110100 |
Color Harmonies of #5CAE95
Complementary color
Monochromatic Colors of #5CAE95
Black with #5CAE95
Text Example
Text Example
White with #5CAE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE95; }
p { color: rgb(92,174,149); }
H1.HeaderClassName
{
color: #5CAE95;
}
.AnyTagClassName
{
color: #5CAE95;
}
</style>
background-color css
<style>
a { background-color: #5CAE95; }
a { background-color: rgb(92,174,149); }
div.DivClassName
{
background-color: #5CAE95;
}
.BgClassName
{
background-color: #5CAE95;
}
</style>
border-color css
<style>
span { border-color: #5CAE95; }
span { border-color: rgb(92,174,149); }
td.TdClassName
{
border-color: #5CAE95;
}
.TagClassName
{
border-color: #5CAE95;
}
</style>