Shades of Acapulco #6CA98D
Tints of Acapulco #6CA98D
RGB
CMYK
RGB Variations
Color information
#6CA98D (or 0x6CA98D) is known color: Acapulco. HEX triplet: 6C, A9 and 8D. RGB value is (108,169,141). Sum of RGB (Red+Green+Blue) = 108+169+141=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA98D is #935672. Grayscale: #939393. Windows color (decimal): -9655923 or 9283948. OLE color: 9283948.
HSL color Cylindrical-coordinate representation of color #6CA98D: hue angle of 152.46º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA98D is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 141 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.34 |
| HSL | 152.46º | 0.26% | 0.54% | - |
| HSV(B) | 152.46º | 0.36% | 0.66% | - |
| XYZ | 25.18 | 33.49 | 30.34 | - |
| YUV | 147.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 141 | 0.36 | 0 | 0.17 | 0.34 | 152.46 | 0.26 | 0.54 |
| Hex | 6C | A9 | 8D | 24 | 0 | 11 | 22 | 98 | 1A | 36 |
| Octal | 154 | 251 | 215 | 44 | 0 | 21 | 42 | 230 | 32 | 66 |
| Binary | 1101100 | 10101001 | 10001101 | 100100 | 0 | 10001 | 100010 | 10011000 | 11010 | 110110 |
Color Harmonies of #6CA98D
Complementary color
Monochromatic Colors of #6CA98D
Black with #6CA98D
Text Example
Text Example
White with #6CA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA98D; }
p { color: rgb(108,169,141); }
H1.HeaderClassName
{
color: #6CA98D;
}
.AnyTagClassName
{
color: #6CA98D;
}
</style>
background-color css
<style>
a { background-color: #6CA98D; }
a { background-color: rgb(108,169,141); }
div.DivClassName
{
background-color: #6CA98D;
}
.BgClassName
{
background-color: #6CA98D;
}
</style>
border-color css
<style>
span { border-color: #6CA98D; }
span { border-color: rgb(108,169,141); }
td.TdClassName
{
border-color: #6CA98D;
}
.TagClassName
{
border-color: #6CA98D;
}
</style>