Shades of Acapulco #68AF91
Tints of Acapulco #68AF91
RGB
CMYK
RGB Variations
Color information
#68AF91 (or 0x68AF91) is known color: Acapulco. HEX triplet: 68, AF and 91. RGB value is (104,175,145). Sum of RGB (Red+Green+Blue) = 104+175+145=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF91 is #97506E. Grayscale: #969696. Windows color (decimal): -9916527 or 9547624. OLE color: 9547624.
HSL color Cylindrical-coordinate representation of color #68AF91: hue angle of 154.65º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF91 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 145 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.31 |
| HSL | 154.65º | 0.31% | 0.55% | - |
| HSV(B) | 154.65º | 0.41% | 0.69% | - |
| XYZ | 26.15 | 35.65 | 32.29 | - |
| YUV | 150.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 145 | 0.41 | 0 | 0.17 | 0.31 | 154.65 | 0.31 | 0.55 |
| Hex | 68 | AF | 91 | 29 | 0 | 11 | 1F | 9B | 1F | 37 |
| Octal | 150 | 257 | 221 | 51 | 0 | 21 | 37 | 233 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10010001 | 101001 | 0 | 10001 | 11111 | 10011011 | 11111 | 110111 |
Color Harmonies of #68AF91
Complementary color
Monochromatic Colors of #68AF91
Black with #68AF91
Text Example
Text Example
White with #68AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF91; }
p { color: rgb(104,175,145); }
H1.HeaderClassName
{
color: #68AF91;
}
.AnyTagClassName
{
color: #68AF91;
}
</style>
background-color css
<style>
a { background-color: #68AF91; }
a { background-color: rgb(104,175,145); }
div.DivClassName
{
background-color: #68AF91;
}
.BgClassName
{
background-color: #68AF91;
}
</style>
border-color css
<style>
span { border-color: #68AF91; }
span { border-color: rgb(104,175,145); }
td.TdClassName
{
border-color: #68AF91;
}
.TagClassName
{
border-color: #68AF91;
}
</style>