Shades of Acapulco #66AF91
Tints of Acapulco #66AF91
RGB
CMYK
RGB Variations
Color information
#66AF91 (or 0x66AF91) is known color: Acapulco. HEX triplet: 66, AF and 91. RGB value is (102,175,145). Sum of RGB (Red+Green+Blue) = 102+175+145=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF91 is #99506E. Grayscale: #959595. Windows color (decimal): -10047599 or 9547622. OLE color: 9547622.
HSL color Cylindrical-coordinate representation of color #66AF91: hue angle of 155.34º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF91 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 145 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.31 |
| HSL | 155.34º | 0.31% | 0.54% | - |
| HSV(B) | 155.34º | 0.42% | 0.69% | - |
| XYZ | 25.92 | 35.53 | 32.28 | - |
| YUV | 149.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 145 | 0.42 | 0 | 0.17 | 0.31 | 155.34 | 0.31 | 0.54 |
| Hex | 66 | AF | 91 | 2A | 0 | 11 | 1F | 9B | 1F | 36 |
| Octal | 146 | 257 | 221 | 52 | 0 | 21 | 37 | 233 | 37 | 66 |
| Binary | 1100110 | 10101111 | 10010001 | 101010 | 0 | 10001 | 11111 | 10011011 | 11111 | 110110 |
Color Harmonies of #66AF91
Complementary color
Monochromatic Colors of #66AF91
Black with #66AF91
Text Example
Text Example
White with #66AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF91; }
p { color: rgb(102,175,145); }
H1.HeaderClassName
{
color: #66AF91;
}
.AnyTagClassName
{
color: #66AF91;
}
</style>
background-color css
<style>
a { background-color: #66AF91; }
a { background-color: rgb(102,175,145); }
div.DivClassName
{
background-color: #66AF91;
}
.BgClassName
{
background-color: #66AF91;
}
</style>
border-color css
<style>
span { border-color: #66AF91; }
span { border-color: rgb(102,175,145); }
td.TdClassName
{
border-color: #66AF91;
}
.TagClassName
{
border-color: #66AF91;
}
</style>