Shades of Keppel #5CAD8C
Tints of Keppel #5CAD8C
RGB
CMYK
RGB Variations
Color information
#5CAD8C (or 0x5CAD8C) is known color: Keppel. HEX triplet: 5C, AD and 8C. RGB value is (92,173,140). Sum of RGB (Red+Green+Blue) = 92+173+140=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAD8C is #A35273. Grayscale: #919191. Windows color (decimal): -10703476 or 9219420. OLE color: 9219420.
HSL color Cylindrical-coordinate representation of color #5CAD8C: hue angle of 155.56º degrees, saturation: 0.33, 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 #5CAD8C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 140 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.32 |
| HSL | 155.56º | 0.33% | 0.52% | - |
| HSV(B) | 155.56º | 0.47% | 0.68% | - |
| XYZ | 24.09 | 34.06 | 30.11 | - |
| YUV | 145.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 140 | 0.47 | 0 | 0.19 | 0.32 | 155.56 | 0.33 | 0.52 |
| Hex | 5C | AD | 8C | 2F | 0 | 13 | 20 | 9C | 21 | 34 |
| Octal | 134 | 255 | 214 | 57 | 0 | 23 | 40 | 234 | 41 | 64 |
| Binary | 1011100 | 10101101 | 10001100 | 101111 | 0 | 10011 | 100000 | 10011100 | 100001 | 110100 |
Color Harmonies of #5CAD8C
Complementary color
Monochromatic Colors of #5CAD8C
Black with #5CAD8C
Text Example
Text Example
White with #5CAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD8C; }
p { color: rgb(92,173,140); }
H1.HeaderClassName
{
color: #5CAD8C;
}
.AnyTagClassName
{
color: #5CAD8C;
}
</style>
background-color css
<style>
a { background-color: #5CAD8C; }
a { background-color: rgb(92,173,140); }
div.DivClassName
{
background-color: #5CAD8C;
}
.BgClassName
{
background-color: #5CAD8C;
}
</style>
border-color css
<style>
span { border-color: #5CAD8C; }
span { border-color: rgb(92,173,140); }
td.TdClassName
{
border-color: #5CAD8C;
}
.TagClassName
{
border-color: #5CAD8C;
}
</style>