Shades of Keppel #5CAA96
Tints of Keppel #5CAA96
RGB
CMYK
RGB Variations
Color information
#5CAA96 (or 0x5CAA96) is known color: Keppel. HEX triplet: 5C, AA and 96. RGB value is (92,170,150). Sum of RGB (Red+Green+Blue) = 92+170+150=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA96 is #A35569. Grayscale: #909090. Windows color (decimal): -10704234 or 9874012. OLE color: 9874012.
HSL color Cylindrical-coordinate representation of color #5CAA96: hue angle of 164.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA96 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 150 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.33 |
| HSL | 164.62º | 0.31% | 0.51% | - |
| HSV(B) | 164.62º | 0.46% | 0.67% | - |
| XYZ | 24.29 | 33.23 | 33.99 | - |
| YUV | 144.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 150 | 0.46 | 0 | 0.12 | 0.33 | 164.62 | 0.31 | 0.51 |
| Hex | 5C | AA | 96 | 2E | 0 | C | 21 | A5 | 1F | 33 |
| Octal | 134 | 252 | 226 | 56 | 0 | 14 | 41 | 245 | 37 | 63 |
| Binary | 1011100 | 10101010 | 10010110 | 101110 | 0 | 1100 | 100001 | 10100101 | 11111 | 110011 |
Color Harmonies of #5CAA96
Complementary color
Monochromatic Colors of #5CAA96
Black with #5CAA96
Text Example
Text Example
White with #5CAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA96; }
p { color: rgb(92,170,150); }
H1.HeaderClassName
{
color: #5CAA96;
}
.AnyTagClassName
{
color: #5CAA96;
}
</style>
background-color css
<style>
a { background-color: #5CAA96; }
a { background-color: rgb(92,170,150); }
div.DivClassName
{
background-color: #5CAA96;
}
.BgClassName
{
background-color: #5CAA96;
}
</style>
border-color css
<style>
span { border-color: #5CAA96; }
span { border-color: rgb(92,170,150); }
td.TdClassName
{
border-color: #5CAA96;
}
.TagClassName
{
border-color: #5CAA96;
}
</style>