Shades of Acapulco #6AB394
Tints of Acapulco #6AB394
RGB
CMYK
RGB Variations
Color information
#6AB394 (or 0x6AB394) is known color: Acapulco. HEX triplet: 6A, B3 and 94. RGB value is (106,179,148). Sum of RGB (Red+Green+Blue) = 106+179+148=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB394 is #954C6B. Grayscale: #999999. Windows color (decimal): -9784428 or 9745258. OLE color: 9745258.
HSL color Cylindrical-coordinate representation of color #6AB394: hue angle of 154.52º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB394 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 148 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.30 |
| HSL | 154.52º | 0.32% | 0.56% | - |
| HSV(B) | 154.52º | 0.41% | 0.7% | - |
| XYZ | 27.41 | 37.44 | 33.8 | - |
| YUV | 153.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 148 | 0.41 | 0 | 0.17 | 0.30 | 154.52 | 0.32 | 0.56 |
| Hex | 6A | B3 | 94 | 29 | 0 | 11 | 1E | 9B | 20 | 38 |
| Octal | 152 | 263 | 224 | 51 | 0 | 21 | 36 | 233 | 40 | 70 |
| Binary | 1101010 | 10110011 | 10010100 | 101001 | 0 | 10001 | 11110 | 10011011 | 100000 | 111000 |
Color Harmonies of #6AB394
Complementary color
Monochromatic Colors of #6AB394
Black with #6AB394
Text Example
Text Example
White with #6AB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB394; }
p { color: rgb(106,179,148); }
H1.HeaderClassName
{
color: #6AB394;
}
.AnyTagClassName
{
color: #6AB394;
}
</style>
background-color css
<style>
a { background-color: #6AB394; }
a { background-color: rgb(106,179,148); }
div.DivClassName
{
background-color: #6AB394;
}
.BgClassName
{
background-color: #6AB394;
}
</style>
border-color css
<style>
span { border-color: #6AB394; }
span { border-color: rgb(106,179,148); }
td.TdClassName
{
border-color: #6AB394;
}
.TagClassName
{
border-color: #6AB394;
}
</style>