Shades of Keppel #5CAA97
Tints of Keppel #5CAA97
RGB
CMYK
RGB Variations
Color information
#5CAA97 (or 0x5CAA97) is known color: Keppel. HEX triplet: 5C, AA and 97. RGB value is (92,170,151). Sum of RGB (Red+Green+Blue) = 92+170+151=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA97 is #A35568. Grayscale: #909090. Windows color (decimal): -10704233 or 9939548. OLE color: 9939548.
HSL color Cylindrical-coordinate representation of color #5CAA97: hue angle of 165.38º 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 #5CAA97 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 151 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.33 |
| HSL | 165.38º | 0.31% | 0.51% | - |
| HSV(B) | 165.38º | 0.46% | 0.67% | - |
| XYZ | 24.37 | 33.26 | 34.41 | - |
| YUV | 144.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 151 | 0.46 | 0 | 0.11 | 0.33 | 165.38 | 0.31 | 0.51 |
| Hex | 5C | AA | 97 | 2E | 0 | B | 21 | A5 | 1F | 33 |
| Octal | 134 | 252 | 227 | 56 | 0 | 13 | 41 | 245 | 37 | 63 |
| Binary | 1011100 | 10101010 | 10010111 | 101110 | 0 | 1011 | 100001 | 10100101 | 11111 | 110011 |
Color Harmonies of #5CAA97
Complementary color
Monochromatic Colors of #5CAA97
Black with #5CAA97
Text Example
Text Example
White with #5CAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA97; }
p { color: rgb(92,170,151); }
H1.HeaderClassName
{
color: #5CAA97;
}
.AnyTagClassName
{
color: #5CAA97;
}
</style>
background-color css
<style>
a { background-color: #5CAA97; }
a { background-color: rgb(92,170,151); }
div.DivClassName
{
background-color: #5CAA97;
}
.BgClassName
{
background-color: #5CAA97;
}
</style>
border-color css
<style>
span { border-color: #5CAA97; }
span { border-color: rgb(92,170,151); }
td.TdClassName
{
border-color: #5CAA97;
}
.TagClassName
{
border-color: #5CAA97;
}
</style>