Shades of Acapulco #6AAA98
Tints of Acapulco #6AAA98
RGB
CMYK
RGB Variations
Color information
#6AAA98 (or 0x6AAA98) is known color: Acapulco. HEX triplet: 6A, AA and 98. RGB value is (106,170,152). Sum of RGB (Red+Green+Blue) = 106+170+152=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA98 is #955567. Grayscale: #949494. Windows color (decimal): -9786728 or 10005098. OLE color: 10005098.
HSL color Cylindrical-coordinate representation of color #6AAA98: hue angle of 163.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA98 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 152 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.33 |
| HSL | 163.13º | 0.27% | 0.54% | - |
| HSV(B) | 163.13º | 0.38% | 0.67% | - |
| XYZ | 25.99 | 34.08 | 34.91 | - |
| YUV | 148.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 152 | 0.38 | 0 | 0.11 | 0.33 | 163.13 | 0.27 | 0.54 |
| Hex | 6A | AA | 98 | 26 | 0 | B | 21 | A3 | 1B | 36 |
| Octal | 152 | 252 | 230 | 46 | 0 | 13 | 41 | 243 | 33 | 66 |
| Binary | 1101010 | 10101010 | 10011000 | 100110 | 0 | 1011 | 100001 | 10100011 | 11011 | 110110 |
Color Harmonies of #6AAA98
Complementary color
Monochromatic Colors of #6AAA98
Black with #6AAA98
Text Example
Text Example
White with #6AAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA98; }
p { color: rgb(106,170,152); }
H1.HeaderClassName
{
color: #6AAA98;
}
.AnyTagClassName
{
color: #6AAA98;
}
</style>
background-color css
<style>
a { background-color: #6AAA98; }
a { background-color: rgb(106,170,152); }
div.DivClassName
{
background-color: #6AAA98;
}
.BgClassName
{
background-color: #6AAA98;
}
</style>
border-color css
<style>
span { border-color: #6AAA98; }
span { border-color: rgb(106,170,152); }
td.TdClassName
{
border-color: #6AAA98;
}
.TagClassName
{
border-color: #6AAA98;
}
</style>