Shades of Acapulco #6AAE96
Tints of Acapulco #6AAE96
RGB
CMYK
RGB Variations
Color information
#6AAE96 (or 0x6AAE96) is known color: Acapulco. HEX triplet: 6A, AE and 96. RGB value is (106,174,150). Sum of RGB (Red+Green+Blue) = 106+174+150=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE96 is #955169. Grayscale: #969696. Windows color (decimal): -9785706 or 9875050. OLE color: 9875050.
HSL color Cylindrical-coordinate representation of color #6AAE96: hue angle of 158.82º 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 #6AAE96 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 150 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.32 |
| HSL | 158.82º | 0.3% | 0.55% | - |
| HSV(B) | 158.82º | 0.39% | 0.68% | - |
| XYZ | 26.58 | 35.54 | 34.31 | - |
| YUV | 150.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 150 | 0.39 | 0 | 0.14 | 0.32 | 158.82 | 0.3 | 0.55 |
| Hex | 6A | AE | 96 | 27 | 0 | E | 20 | 9F | 1E | 37 |
| Octal | 152 | 256 | 226 | 47 | 0 | 16 | 40 | 237 | 36 | 67 |
| Binary | 1101010 | 10101110 | 10010110 | 100111 | 0 | 1110 | 100000 | 10011111 | 11110 | 110111 |
Color Harmonies of #6AAE96
Complementary color
Monochromatic Colors of #6AAE96
Black with #6AAE96
Text Example
Text Example
White with #6AAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE96; }
p { color: rgb(106,174,150); }
H1.HeaderClassName
{
color: #6AAE96;
}
.AnyTagClassName
{
color: #6AAE96;
}
</style>
background-color css
<style>
a { background-color: #6AAE96; }
a { background-color: rgb(106,174,150); }
div.DivClassName
{
background-color: #6AAE96;
}
.BgClassName
{
background-color: #6AAE96;
}
</style>
border-color css
<style>
span { border-color: #6AAE96; }
span { border-color: rgb(106,174,150); }
td.TdClassName
{
border-color: #6AAE96;
}
.TagClassName
{
border-color: #6AAE96;
}
</style>