Shades of Keppel #5CA98C
Tints of Keppel #5CA98C
RGB
CMYK
RGB Variations
Color information
#5CA98C (or 0x5CA98C) is known color: Keppel. HEX triplet: 5C, A9 and 8C. RGB value is (92,169,140). Sum of RGB (Red+Green+Blue) = 92+169+140=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA98C is #A35673. Grayscale: #8E8E8E. Windows color (decimal): -10704500 or 9218396. OLE color: 9218396.
HSL color Cylindrical-coordinate representation of color #5CA98C: hue angle of 157.4º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA98C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 140 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.34 |
| HSL | 157.4º | 0.31% | 0.51% | - |
| HSV(B) | 157.4º | 0.46% | 0.66% | - |
| XYZ | 23.34 | 32.54 | 29.86 | - |
| YUV | 142.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 140 | 0.46 | 0 | 0.17 | 0.34 | 157.4 | 0.31 | 0.51 |
| Hex | 5C | A9 | 8C | 2E | 0 | 11 | 22 | 9D | 1F | 33 |
| Octal | 134 | 251 | 214 | 56 | 0 | 21 | 42 | 235 | 37 | 63 |
| Binary | 1011100 | 10101001 | 10001100 | 101110 | 0 | 10001 | 100010 | 10011101 | 11111 | 110011 |
Color Harmonies of #5CA98C
Complementary color
Monochromatic Colors of #5CA98C
Black with #5CA98C
Text Example
Text Example
White with #5CA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA98C; }
p { color: rgb(92,169,140); }
H1.HeaderClassName
{
color: #5CA98C;
}
.AnyTagClassName
{
color: #5CA98C;
}
</style>
background-color css
<style>
a { background-color: #5CA98C; }
a { background-color: rgb(92,169,140); }
div.DivClassName
{
background-color: #5CA98C;
}
.BgClassName
{
background-color: #5CA98C;
}
</style>
border-color css
<style>
span { border-color: #5CA98C; }
span { border-color: rgb(92,169,140); }
td.TdClassName
{
border-color: #5CA98C;
}
.TagClassName
{
border-color: #5CA98C;
}
</style>