Shades of Acapulco #6CAA8F
Tints of Acapulco #6CAA8F
RGB
CMYK
RGB Variations
Color information
#6CAA8F (or 0x6CAA8F) is known color: Acapulco. HEX triplet: 6C, AA and 8F. RGB value is (108,170,143). Sum of RGB (Red+Green+Blue) = 108+170+143=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA8F is #935570. Grayscale: #949494. Windows color (decimal): -9655665 or 9415276. OLE color: 9415276.
HSL color Cylindrical-coordinate representation of color #6CAA8F: hue angle of 153.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CAA8F is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 143 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.33 |
| HSL | 153.87º | 0.27% | 0.55% | - |
| HSV(B) | 153.87º | 0.36% | 0.67% | - |
| XYZ | 25.52 | 33.92 | 31.19 | - |
| YUV | 148.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 143 | 0.36 | 0 | 0.16 | 0.33 | 153.87 | 0.27 | 0.55 |
| Hex | 6C | AA | 8F | 24 | 0 | 10 | 21 | 9A | 1B | 37 |
| Octal | 154 | 252 | 217 | 44 | 0 | 20 | 41 | 232 | 33 | 67 |
| Binary | 1101100 | 10101010 | 10001111 | 100100 | 0 | 10000 | 100001 | 10011010 | 11011 | 110111 |
Color Harmonies of #6CAA8F
Complementary color
Monochromatic Colors of #6CAA8F
Black with #6CAA8F
Text Example
Text Example
White with #6CAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA8F; }
p { color: rgb(108,170,143); }
H1.HeaderClassName
{
color: #6CAA8F;
}
.AnyTagClassName
{
color: #6CAA8F;
}
</style>
background-color css
<style>
a { background-color: #6CAA8F; }
a { background-color: rgb(108,170,143); }
div.DivClassName
{
background-color: #6CAA8F;
}
.BgClassName
{
background-color: #6CAA8F;
}
</style>
border-color css
<style>
span { border-color: #6CAA8F; }
span { border-color: rgb(108,170,143); }
td.TdClassName
{
border-color: #6CAA8F;
}
.TagClassName
{
border-color: #6CAA8F;
}
</style>