Shades of Acapulco #68AF90
Tints of Acapulco #68AF90
RGB
CMYK
RGB Variations
Color information
#68AF90 (or 0x68AF90) is known color: Acapulco. HEX triplet: 68, AF and 90. RGB value is (104,175,144). Sum of RGB (Red+Green+Blue) = 104+175+144=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF90 is #97506F. Grayscale: #969696. Windows color (decimal): -9916528 or 9482088. OLE color: 9482088.
HSL color Cylindrical-coordinate representation of color #68AF90: hue angle of 153.8º 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 #68AF90 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 144 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.31 |
| HSL | 153.8º | 0.31% | 0.55% | - |
| HSV(B) | 153.8º | 0.41% | 0.69% | - |
| XYZ | 26.07 | 35.62 | 31.89 | - |
| YUV | 150.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 144 | 0.41 | 0 | 0.18 | 0.31 | 153.8 | 0.31 | 0.55 |
| Hex | 68 | AF | 90 | 29 | 0 | 12 | 1F | 9A | 1F | 37 |
| Octal | 150 | 257 | 220 | 51 | 0 | 22 | 37 | 232 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10010000 | 101001 | 0 | 10010 | 11111 | 10011010 | 11111 | 110111 |
Color Harmonies of #68AF90
Complementary color
Monochromatic Colors of #68AF90
Black with #68AF90
Text Example
Text Example
White with #68AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF90; }
p { color: rgb(104,175,144); }
H1.HeaderClassName
{
color: #68AF90;
}
.AnyTagClassName
{
color: #68AF90;
}
</style>
background-color css
<style>
a { background-color: #68AF90; }
a { background-color: rgb(104,175,144); }
div.DivClassName
{
background-color: #68AF90;
}
.BgClassName
{
background-color: #68AF90;
}
</style>
border-color css
<style>
span { border-color: #68AF90; }
span { border-color: rgb(104,175,144); }
td.TdClassName
{
border-color: #68AF90;
}
.TagClassName
{
border-color: #68AF90;
}
</style>