Shades of Acapulco #6AAF96
Tints of Acapulco #6AAF96
RGB
CMYK
RGB Variations
Color information
#6AAF96 (or 0x6AAF96) is known color: Acapulco. HEX triplet: 6A, AF and 96. RGB value is (106,175,150). Sum of RGB (Red+Green+Blue) = 106+175+150=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAF96 is #955069. Grayscale: #979797. Windows color (decimal): -9785450 or 9875306. OLE color: 9875306.
HSL color Cylindrical-coordinate representation of color #6AAF96: hue angle of 158.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAF96 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 150 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.31 |
| HSL | 158.26º | 0.3% | 0.55% | - |
| HSV(B) | 158.26º | 0.39% | 0.69% | - |
| XYZ | 26.78 | 35.93 | 34.38 | - |
| YUV | 151.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 150 | 0.39 | 0 | 0.14 | 0.31 | 158.26 | 0.3 | 0.55 |
| Hex | 6A | AF | 96 | 27 | 0 | E | 1F | 9E | 1E | 37 |
| Octal | 152 | 257 | 226 | 47 | 0 | 16 | 37 | 236 | 36 | 67 |
| Binary | 1101010 | 10101111 | 10010110 | 100111 | 0 | 1110 | 11111 | 10011110 | 11110 | 110111 |
Color Harmonies of #6AAF96
Complementary color
Monochromatic Colors of #6AAF96
Black with #6AAF96
Text Example
Text Example
White with #6AAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF96; }
p { color: rgb(106,175,150); }
H1.HeaderClassName
{
color: #6AAF96;
}
.AnyTagClassName
{
color: #6AAF96;
}
</style>
background-color css
<style>
a { background-color: #6AAF96; }
a { background-color: rgb(106,175,150); }
div.DivClassName
{
background-color: #6AAF96;
}
.BgClassName
{
background-color: #6AAF96;
}
</style>
border-color css
<style>
span { border-color: #6AAF96; }
span { border-color: rgb(106,175,150); }
td.TdClassName
{
border-color: #6AAF96;
}
.TagClassName
{
border-color: #6AAF96;
}
</style>