Shades of Keppel #5CAF90
Tints of Keppel #5CAF90
RGB
CMYK
RGB Variations
Color information
#5CAF90 (or 0x5CAF90) is known color: Keppel. HEX triplet: 5C, AF and 90. RGB value is (92,175,144). Sum of RGB (Red+Green+Blue) = 92+175+144=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF90 is #A3506F. Grayscale: #929292. Windows color (decimal): -10702960 or 9482076. OLE color: 9482076.
HSL color Cylindrical-coordinate representation of color #5CAF90: hue angle of 157.59º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF90 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 144 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.31 |
| HSL | 157.59º | 0.34% | 0.52% | - |
| HSV(B) | 157.59º | 0.47% | 0.69% | - |
| XYZ | 24.78 | 34.95 | 31.83 | - |
| YUV | 146.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 144 | 0.47 | 0 | 0.18 | 0.31 | 157.59 | 0.34 | 0.52 |
| Hex | 5C | AF | 90 | 2F | 0 | 12 | 1F | 9E | 22 | 34 |
| Octal | 134 | 257 | 220 | 57 | 0 | 22 | 37 | 236 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10010000 | 101111 | 0 | 10010 | 11111 | 10011110 | 100010 | 110100 |
Color Harmonies of #5CAF90
Complementary color
Monochromatic Colors of #5CAF90
Black with #5CAF90
Text Example
Text Example
White with #5CAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF90; }
p { color: rgb(92,175,144); }
H1.HeaderClassName
{
color: #5CAF90;
}
.AnyTagClassName
{
color: #5CAF90;
}
</style>
background-color css
<style>
a { background-color: #5CAF90; }
a { background-color: rgb(92,175,144); }
div.DivClassName
{
background-color: #5CAF90;
}
.BgClassName
{
background-color: #5CAF90;
}
</style>
border-color css
<style>
span { border-color: #5CAF90; }
span { border-color: rgb(92,175,144); }
td.TdClassName
{
border-color: #5CAF90;
}
.TagClassName
{
border-color: #5CAF90;
}
</style>