Shades of Acapulco #68A395
Tints of Acapulco #68A395
RGB
CMYK
RGB Variations
Color information
#68A395 (or 0x68A395) is known color: Acapulco. HEX triplet: 68, A3 and 95. RGB value is (104,163,149). Sum of RGB (Red+Green+Blue) = 104+163+149=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #68A395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A395 is #975C6A. Grayscale: #8F8F8F. Windows color (decimal): -9919595 or 9806696. OLE color: 9806696.
HSL color Cylindrical-coordinate representation of color #68A395: hue angle of 165.76º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A395 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 149 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.36 |
| HSL | 165.76º | 0.24% | 0.52% | - |
| HSV(B) | 165.76º | 0.36% | 0.64% | - |
| XYZ | 24.23 | 31.31 | 33.2 | - |
| YUV | 143.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 149 | 0.36 | 0 | 0.09 | 0.36 | 165.76 | 0.24 | 0.52 |
| Hex | 68 | A3 | 95 | 24 | 0 | 9 | 24 | A6 | 18 | 34 |
| Octal | 150 | 243 | 225 | 44 | 0 | 11 | 44 | 246 | 30 | 64 |
| Binary | 1101000 | 10100011 | 10010101 | 100100 | 0 | 1001 | 100100 | 10100110 | 11000 | 110100 |
Color Harmonies of #68A395
Complementary color
Monochromatic Colors of #68A395
Black with #68A395
Text Example
Text Example
White with #68A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A395; }
p { color: rgb(104,163,149); }
H1.HeaderClassName
{
color: #68A395;
}
.AnyTagClassName
{
color: #68A395;
}
</style>
background-color css
<style>
a { background-color: #68A395; }
a { background-color: rgb(104,163,149); }
div.DivClassName
{
background-color: #68A395;
}
.BgClassName
{
background-color: #68A395;
}
</style>
border-color css
<style>
span { border-color: #68A395; }
span { border-color: rgb(104,163,149); }
td.TdClassName
{
border-color: #68A395;
}
.TagClassName
{
border-color: #68A395;
}
</style>