Shades of Keppel #6EBEA0
Tints of Keppel #6EBEA0
RGB
CMYK
RGB Variations
Color information
#6EBEA0 (or 0x6EBEA0) is known color: Keppel. HEX triplet: 6E, BE and A0. RGB value is (110,190,160). Sum of RGB (Red+Green+Blue) = 110+190+160=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA0 is #91415F. Grayscale: #A2A2A2. Windows color (decimal): -9519456 or 10534510. OLE color: 10534510.
HSL color Cylindrical-coordinate representation of color #6EBEA0: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 160 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.25 |
| HSL | 157.5º | 0.38% | 0.59% | - |
| HSV(B) | 157.5º | 0.42% | 0.75% | - |
| XYZ | 31.19 | 42.68 | 39.85 | - |
| YUV | 162.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 160 | 0.42 | 0 | 0.16 | 0.25 | 157.5 | 0.38 | 0.59 |
| Hex | 6E | BE | A0 | 2A | 0 | 10 | 19 | 9E | 26 | 3B |
| Octal | 156 | 276 | 240 | 52 | 0 | 20 | 31 | 236 | 46 | 73 |
| Binary | 1101110 | 10111110 | 10100000 | 101010 | 0 | 10000 | 11001 | 10011110 | 100110 | 111011 |
Color Harmonies of #6EBEA0
Complementary color
Monochromatic Colors of #6EBEA0
Black with #6EBEA0
Text Example
Text Example
White with #6EBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEA0; }
p { color: rgb(110,190,160); }
H1.HeaderClassName
{
color: #6EBEA0;
}
.AnyTagClassName
{
color: #6EBEA0;
}
</style>
background-color css
<style>
a { background-color: #6EBEA0; }
a { background-color: rgb(110,190,160); }
div.DivClassName
{
background-color: #6EBEA0;
}
.BgClassName
{
background-color: #6EBEA0;
}
</style>
border-color css
<style>
span { border-color: #6EBEA0; }
span { border-color: rgb(110,190,160); }
td.TdClassName
{
border-color: #6EBEA0;
}
.TagClassName
{
border-color: #6EBEA0;
}
</style>