Shades of Acapulco #66B092
Tints of Acapulco #66B092
RGB
CMYK
RGB Variations
Color information
#66B092 (or 0x66B092) is known color: Acapulco. HEX triplet: 66, B0 and 92. RGB value is (102,176,146). Sum of RGB (Red+Green+Blue) = 102+176+146=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #66B092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B092 is #994F6D. Grayscale: #969696. Windows color (decimal): -10047342 or 9613414. OLE color: 9613414.
HSL color Cylindrical-coordinate representation of color #66B092: hue angle of 155.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B092 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 146 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.31 |
| HSL | 155.68º | 0.32% | 0.55% | - |
| HSV(B) | 155.68º | 0.42% | 0.69% | - |
| XYZ | 26.19 | 35.95 | 32.75 | - |
| YUV | 150.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 146 | 0.42 | 0 | 0.17 | 0.31 | 155.68 | 0.32 | 0.55 |
| Hex | 66 | B0 | 92 | 2A | 0 | 11 | 1F | 9C | 20 | 37 |
| Octal | 146 | 260 | 222 | 52 | 0 | 21 | 37 | 234 | 40 | 67 |
| Binary | 1100110 | 10110000 | 10010010 | 101010 | 0 | 10001 | 11111 | 10011100 | 100000 | 110111 |
Color Harmonies of #66B092
Complementary color
Monochromatic Colors of #66B092
Black with #66B092
Text Example
Text Example
White with #66B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B092; }
p { color: rgb(102,176,146); }
H1.HeaderClassName
{
color: #66B092;
}
.AnyTagClassName
{
color: #66B092;
}
</style>
background-color css
<style>
a { background-color: #66B092; }
a { background-color: rgb(102,176,146); }
div.DivClassName
{
background-color: #66B092;
}
.BgClassName
{
background-color: #66B092;
}
</style>
border-color css
<style>
span { border-color: #66B092; }
span { border-color: rgb(102,176,146); }
td.TdClassName
{
border-color: #66B092;
}
.TagClassName
{
border-color: #66B092;
}
</style>