Shades of Keppel #5CAF99
Tints of Keppel #5CAF99
RGB
CMYK
RGB Variations
Color information
#5CAF99 (or 0x5CAF99) is known color: Keppel. HEX triplet: 5C, AF and 99. RGB value is (92,175,153). Sum of RGB (Red+Green+Blue) = 92+175+153=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF99 is #A35066. Grayscale: #939393. Windows color (decimal): -10702951 or 10071900. OLE color: 10071900.
HSL color Cylindrical-coordinate representation of color #5CAF99: hue angle of 164.1º 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 #5CAF99 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 153 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.31 |
| HSL | 164.1º | 0.34% | 0.52% | - |
| HSV(B) | 164.1º | 0.47% | 0.69% | - |
| XYZ | 25.49 | 35.24 | 35.59 | - |
| YUV | 147.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 153 | 0.47 | 0 | 0.13 | 0.31 | 164.1 | 0.34 | 0.52 |
| Hex | 5C | AF | 99 | 2F | 0 | D | 1F | A4 | 22 | 34 |
| Octal | 134 | 257 | 231 | 57 | 0 | 15 | 37 | 244 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10011001 | 101111 | 0 | 1101 | 11111 | 10100100 | 100010 | 110100 |
Color Harmonies of #5CAF99
Complementary color
Monochromatic Colors of #5CAF99
Black with #5CAF99
Text Example
Text Example
White with #5CAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF99; }
p { color: rgb(92,175,153); }
H1.HeaderClassName
{
color: #5CAF99;
}
.AnyTagClassName
{
color: #5CAF99;
}
</style>
background-color css
<style>
a { background-color: #5CAF99; }
a { background-color: rgb(92,175,153); }
div.DivClassName
{
background-color: #5CAF99;
}
.BgClassName
{
background-color: #5CAF99;
}
</style>
border-color css
<style>
span { border-color: #5CAF99; }
span { border-color: rgb(92,175,153); }
td.TdClassName
{
border-color: #5CAF99;
}
.TagClassName
{
border-color: #5CAF99;
}
</style>