Shades of Acapulco #68A38C
Tints of Acapulco #68A38C
RGB
CMYK
RGB Variations
Color information
#68A38C (or 0x68A38C) is known color: Acapulco. HEX triplet: 68, A3 and 8C. RGB value is (104,163,140). Sum of RGB (Red+Green+Blue) = 104+163+140=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #68A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A38C is #975C73. Grayscale: #8E8E8E. Windows color (decimal): -9919604 or 9216872. OLE color: 9216872.
HSL color Cylindrical-coordinate representation of color #68A38C: hue angle of 156.61º 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 #68A38C is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 140 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.36 |
| HSL | 156.61º | 0.24% | 0.52% | - |
| HSV(B) | 156.61º | 0.36% | 0.64% | - |
| XYZ | 23.54 | 31.03 | 29.56 | - |
| YUV | 142.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 140 | 0.36 | 0 | 0.14 | 0.36 | 156.61 | 0.24 | 0.52 |
| Hex | 68 | A3 | 8C | 24 | 0 | E | 24 | 9D | 18 | 34 |
| Octal | 150 | 243 | 214 | 44 | 0 | 16 | 44 | 235 | 30 | 64 |
| Binary | 1101000 | 10100011 | 10001100 | 100100 | 0 | 1110 | 100100 | 10011101 | 11000 | 110100 |
Color Harmonies of #68A38C
Complementary color
Monochromatic Colors of #68A38C
Black with #68A38C
Text Example
Text Example
White with #68A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A38C; }
p { color: rgb(104,163,140); }
H1.HeaderClassName
{
color: #68A38C;
}
.AnyTagClassName
{
color: #68A38C;
}
</style>
background-color css
<style>
a { background-color: #68A38C; }
a { background-color: rgb(104,163,140); }
div.DivClassName
{
background-color: #68A38C;
}
.BgClassName
{
background-color: #68A38C;
}
</style>
border-color css
<style>
span { border-color: #68A38C; }
span { border-color: rgb(104,163,140); }
td.TdClassName
{
border-color: #68A38C;
}
.TagClassName
{
border-color: #68A38C;
}
</style>