Shades of Acapulco #6AAD92
Tints of Acapulco #6AAD92
RGB
CMYK
RGB Variations
Color information
#6AAD92 (or 0x6AAD92) is known color: Acapulco. HEX triplet: 6A, AD and 92. RGB value is (106,173,146). Sum of RGB (Red+Green+Blue) = 106+173+146=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAD92 is #95526D. Grayscale: #959595. Windows color (decimal): -9785966 or 9612650. OLE color: 9612650.
HSL color Cylindrical-coordinate representation of color #6AAD92: hue angle of 155.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD92 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 146 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.32 |
| HSL | 155.82º | 0.29% | 0.55% | - |
| HSV(B) | 155.82º | 0.39% | 0.68% | - |
| XYZ | 26.08 | 35.03 | 32.58 | - |
| YUV | 149.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 146 | 0.39 | 0 | 0.16 | 0.32 | 155.82 | 0.29 | 0.55 |
| Hex | 6A | AD | 92 | 27 | 0 | 10 | 20 | 9C | 1D | 37 |
| Octal | 152 | 255 | 222 | 47 | 0 | 20 | 40 | 234 | 35 | 67 |
| Binary | 1101010 | 10101101 | 10010010 | 100111 | 0 | 10000 | 100000 | 10011100 | 11101 | 110111 |
Color Harmonies of #6AAD92
Complementary color
Monochromatic Colors of #6AAD92
Black with #6AAD92
Text Example
Text Example
White with #6AAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD92; }
p { color: rgb(106,173,146); }
H1.HeaderClassName
{
color: #6AAD92;
}
.AnyTagClassName
{
color: #6AAD92;
}
</style>
background-color css
<style>
a { background-color: #6AAD92; }
a { background-color: rgb(106,173,146); }
div.DivClassName
{
background-color: #6AAD92;
}
.BgClassName
{
background-color: #6AAD92;
}
</style>
border-color css
<style>
span { border-color: #6AAD92; }
span { border-color: rgb(106,173,146); }
td.TdClassName
{
border-color: #6AAD92;
}
.TagClassName
{
border-color: #6AAD92;
}
</style>