Shades of Acapulco #6AAE8E
Tints of Acapulco #6AAE8E
RGB
CMYK
RGB Variations
Color information
#6AAE8E (or 0x6AAE8E) is known color: Acapulco. HEX triplet: 6A, AE and 8E. RGB value is (106,174,142). Sum of RGB (Red+Green+Blue) = 106+174+142=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE8E is #955171. Grayscale: #969696. Windows color (decimal): -9785714 or 9350762. OLE color: 9350762.
HSL color Cylindrical-coordinate representation of color #6AAE8E: hue angle of 151.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAE8E is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 142 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.32 |
| HSL | 151.76º | 0.3% | 0.55% | - |
| HSV(B) | 151.76º | 0.39% | 0.68% | - |
| XYZ | 25.96 | 35.29 | 31.03 | - |
| YUV | 150.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 142 | 0.39 | 0 | 0.18 | 0.32 | 151.76 | 0.3 | 0.55 |
| Hex | 6A | AE | 8E | 27 | 0 | 12 | 20 | 98 | 1E | 37 |
| Octal | 152 | 256 | 216 | 47 | 0 | 22 | 40 | 230 | 36 | 67 |
| Binary | 1101010 | 10101110 | 10001110 | 100111 | 0 | 10010 | 100000 | 10011000 | 11110 | 110111 |
Color Harmonies of #6AAE8E
Complementary color
Monochromatic Colors of #6AAE8E
Black with #6AAE8E
Text Example
Text Example
White with #6AAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE8E; }
p { color: rgb(106,174,142); }
H1.HeaderClassName
{
color: #6AAE8E;
}
.AnyTagClassName
{
color: #6AAE8E;
}
</style>
background-color css
<style>
a { background-color: #6AAE8E; }
a { background-color: rgb(106,174,142); }
div.DivClassName
{
background-color: #6AAE8E;
}
.BgClassName
{
background-color: #6AAE8E;
}
</style>
border-color css
<style>
span { border-color: #6AAE8E; }
span { border-color: rgb(106,174,142); }
td.TdClassName
{
border-color: #6AAE8E;
}
.TagClassName
{
border-color: #6AAE8E;
}
</style>