Shades of Keppel #5CBE9F
Tints of Keppel #5CBE9F
RGB
CMYK
RGB Variations
Color information
#5CBE9F (or 0x5CBE9F) is known color: Keppel. HEX triplet: 5C, BE and 9F. RGB value is (92,190,159). Sum of RGB (Red+Green+Blue) = 92+190+159=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBE9F is #A34160. Grayscale: #9D9D9D. Windows color (decimal): -10699105 or 10468956. OLE color: 10468956.
HSL color Cylindrical-coordinate representation of color #5CBE9F: hue angle of 161.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE9F is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 159 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.25 |
| HSL | 161.02º | 0.43% | 0.55% | - |
| HSV(B) | 161.02º | 0.52% | 0.75% | - |
| XYZ | 29.09 | 41.61 | 39.3 | - |
| YUV | 157.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 159 | 0.52 | 0 | 0.16 | 0.25 | 161.02 | 0.43 | 0.55 |
| Hex | 5C | BE | 9F | 34 | 0 | 10 | 19 | A1 | 2B | 37 |
| Octal | 134 | 276 | 237 | 64 | 0 | 20 | 31 | 241 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10011111 | 110100 | 0 | 10000 | 11001 | 10100001 | 101011 | 110111 |
Color Harmonies of #5CBE9F
Complementary color
Monochromatic Colors of #5CBE9F
Black with #5CBE9F
Text Example
Text Example
White with #5CBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE9F; }
p { color: rgb(92,190,159); }
H1.HeaderClassName
{
color: #5CBE9F;
}
.AnyTagClassName
{
color: #5CBE9F;
}
</style>
background-color css
<style>
a { background-color: #5CBE9F; }
a { background-color: rgb(92,190,159); }
div.DivClassName
{
background-color: #5CBE9F;
}
.BgClassName
{
background-color: #5CBE9F;
}
</style>
border-color css
<style>
span { border-color: #5CBE9F; }
span { border-color: rgb(92,190,159); }
td.TdClassName
{
border-color: #5CBE9F;
}
.TagClassName
{
border-color: #5CBE9F;
}
</style>