Shades of Keppel #6ABFA0
Tints of Keppel #6ABFA0
RGB
CMYK
RGB Variations
Color information
#6ABFA0 (or 0x6ABFA0) is known color: Keppel. HEX triplet: 6A, BF and A0. RGB value is (106,191,160). Sum of RGB (Red+Green+Blue) = 106+191+160=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA0 is #95405F. Grayscale: #A2A2A2. Windows color (decimal): -9781344 or 10534762. OLE color: 10534762.
HSL color Cylindrical-coordinate representation of color #6ABFA0: hue angle of 158.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFA0 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 160 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.25 |
| HSL | 158.12º | 0.4% | 0.58% | - |
| HSV(B) | 158.12º | 0.45% | 0.75% | - |
| XYZ | 30.92 | 42.86 | 39.9 | - |
| YUV | 162.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 160 | 0.45 | 0 | 0.16 | 0.25 | 158.12 | 0.4 | 0.58 |
| Hex | 6A | BF | A0 | 2D | 0 | 10 | 19 | 9E | 28 | 3A |
| Octal | 152 | 277 | 240 | 55 | 0 | 20 | 31 | 236 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10100000 | 101101 | 0 | 10000 | 11001 | 10011110 | 101000 | 111010 |
Color Harmonies of #6ABFA0
Complementary color
Monochromatic Colors of #6ABFA0
Black with #6ABFA0
Text Example
Text Example
White with #6ABFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFA0; }
p { color: rgb(106,191,160); }
H1.HeaderClassName
{
color: #6ABFA0;
}
.AnyTagClassName
{
color: #6ABFA0;
}
</style>
background-color css
<style>
a { background-color: #6ABFA0; }
a { background-color: rgb(106,191,160); }
div.DivClassName
{
background-color: #6ABFA0;
}
.BgClassName
{
background-color: #6ABFA0;
}
</style>
border-color css
<style>
span { border-color: #6ABFA0; }
span { border-color: rgb(106,191,160); }
td.TdClassName
{
border-color: #6ABFA0;
}
.TagClassName
{
border-color: #6ABFA0;
}
</style>