Shades of Keppel #6ABAA5
Tints of Keppel #6ABAA5
RGB
CMYK
RGB Variations
Color information
#6ABAA5 (or 0x6ABAA5) is known color: Keppel. HEX triplet: 6A, BA and A5. RGB value is (106,186,165). Sum of RGB (Red+Green+Blue) = 106+186+165=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAA5 is #95455A. Grayscale: #9F9F9F. Windows color (decimal): -9782619 or 10861162. OLE color: 10861162.
HSL color Cylindrical-coordinate representation of color #6ABAA5: hue angle of 164.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABAA5 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 165 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.27 |
| HSL | 164.25º | 0.37% | 0.57% | - |
| HSV(B) | 164.25º | 0.43% | 0.73% | - |
| XYZ | 30.29 | 40.9 | 41.89 | - |
| YUV | 159.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 165 | 0.43 | 0 | 0.11 | 0.27 | 164.25 | 0.37 | 0.57 |
| Hex | 6A | BA | A5 | 2B | 0 | B | 1B | A4 | 25 | 39 |
| Octal | 152 | 272 | 245 | 53 | 0 | 13 | 33 | 244 | 45 | 71 |
| Binary | 1101010 | 10111010 | 10100101 | 101011 | 0 | 1011 | 11011 | 10100100 | 100101 | 111001 |
Color Harmonies of #6ABAA5
Complementary color
Monochromatic Colors of #6ABAA5
Black with #6ABAA5
Text Example
Text Example
White with #6ABAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAA5; }
p { color: rgb(106,186,165); }
H1.HeaderClassName
{
color: #6ABAA5;
}
.AnyTagClassName
{
color: #6ABAA5;
}
</style>
background-color css
<style>
a { background-color: #6ABAA5; }
a { background-color: rgb(106,186,165); }
div.DivClassName
{
background-color: #6ABAA5;
}
.BgClassName
{
background-color: #6ABAA5;
}
</style>
border-color css
<style>
span { border-color: #6ABAA5; }
span { border-color: rgb(106,186,165); }
td.TdClassName
{
border-color: #6ABAA5;
}
.TagClassName
{
border-color: #6ABAA5;
}
</style>