Shades of Keppel #6ABEA0
Tints of Keppel #6ABEA0
RGB
CMYK
RGB Variations
Color information
#6ABEA0 (or 0x6ABEA0) is known color: Keppel. HEX triplet: 6A, BE and A0. RGB value is (106,190,160). Sum of RGB (Red+Green+Blue) = 106+190+160=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEA0 is #95415F. Grayscale: #A1A1A1. Windows color (decimal): -9781600 or 10534506. OLE color: 10534506.
HSL color Cylindrical-coordinate representation of color #6ABEA0: hue angle of 158.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABEA0 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 160 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.25 |
| HSL | 158.57º | 0.39% | 0.58% | - |
| HSV(B) | 158.57º | 0.44% | 0.75% | - |
| XYZ | 30.7 | 42.43 | 39.83 | - |
| YUV | 161.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 160 | 0.44 | 0 | 0.16 | 0.25 | 158.57 | 0.39 | 0.58 |
| Hex | 6A | BE | A0 | 2C | 0 | 10 | 19 | 9F | 27 | 3A |
| Octal | 152 | 276 | 240 | 54 | 0 | 20 | 31 | 237 | 47 | 72 |
| Binary | 1101010 | 10111110 | 10100000 | 101100 | 0 | 10000 | 11001 | 10011111 | 100111 | 111010 |
Color Harmonies of #6ABEA0
Complementary color
Monochromatic Colors of #6ABEA0
Black with #6ABEA0
Text Example
Text Example
White with #6ABEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEA0; }
p { color: rgb(106,190,160); }
H1.HeaderClassName
{
color: #6ABEA0;
}
.AnyTagClassName
{
color: #6ABEA0;
}
</style>
background-color css
<style>
a { background-color: #6ABEA0; }
a { background-color: rgb(106,190,160); }
div.DivClassName
{
background-color: #6ABEA0;
}
.BgClassName
{
background-color: #6ABEA0;
}
</style>
border-color css
<style>
span { border-color: #6ABEA0; }
span { border-color: rgb(106,190,160); }
td.TdClassName
{
border-color: #6ABEA0;
}
.TagClassName
{
border-color: #6ABEA0;
}
</style>