Shades of Acapulco #6BAB99
Tints of Acapulco #6BAB99
RGB
CMYK
RGB Variations
Color information
#6BAB99 (or 0x6BAB99) is known color: Acapulco. HEX triplet: 6B, AB and 99. RGB value is (107,171,153). Sum of RGB (Red+Green+Blue) = 107+171+153=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB99 is #945466. Grayscale: #959595. Windows color (decimal): -9720935 or 10070891. OLE color: 10070891.
HSL color Cylindrical-coordinate representation of color #6BAB99: hue angle of 163.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB99 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 153 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.33 |
| HSL | 163.13º | 0.28% | 0.55% | - |
| HSV(B) | 163.13º | 0.37% | 0.67% | - |
| XYZ | 26.38 | 34.55 | 35.42 | - |
| YUV | 149.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 153 | 0.37 | 0 | 0.11 | 0.33 | 163.13 | 0.28 | 0.55 |
| Hex | 6B | AB | 99 | 25 | 0 | B | 21 | A3 | 1C | 37 |
| Octal | 153 | 253 | 231 | 45 | 0 | 13 | 41 | 243 | 34 | 67 |
| Binary | 1101011 | 10101011 | 10011001 | 100101 | 0 | 1011 | 100001 | 10100011 | 11100 | 110111 |
Color Harmonies of #6BAB99
Complementary color
Monochromatic Colors of #6BAB99
Black with #6BAB99
Text Example
Text Example
White with #6BAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB99; }
p { color: rgb(107,171,153); }
H1.HeaderClassName
{
color: #6BAB99;
}
.AnyTagClassName
{
color: #6BAB99;
}
</style>
background-color css
<style>
a { background-color: #6BAB99; }
a { background-color: rgb(107,171,153); }
div.DivClassName
{
background-color: #6BAB99;
}
.BgClassName
{
background-color: #6BAB99;
}
</style>
border-color css
<style>
span { border-color: #6BAB99; }
span { border-color: rgb(107,171,153); }
td.TdClassName
{
border-color: #6BAB99;
}
.TagClassName
{
border-color: #6BAB99;
}
</style>