Shades of Acapulco #69A38C
Tints of Acapulco #69A38C
RGB
CMYK
RGB Variations
Color information
#69A38C (or 0x69A38C) is known color: Acapulco. HEX triplet: 69, A3 and 8C. RGB value is (105,163,140). Sum of RGB (Red+Green+Blue) = 105+163+140=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #69A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A38C is #965C73. Grayscale: #8F8F8F. Windows color (decimal): -9854068 or 9216873. OLE color: 9216873.
HSL color Cylindrical-coordinate representation of color #69A38C: hue angle of 156.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A38C is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 163 | 140 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.36 |
| HSL | 156.21º | 0.24% | 0.53% | - |
| HSV(B) | 156.21º | 0.36% | 0.64% | - |
| XYZ | 23.66 | 31.09 | 29.57 | - |
| YUV | 143.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 140 | 0.36 | 0 | 0.14 | 0.36 | 156.21 | 0.24 | 0.53 |
| Hex | 69 | A3 | 8C | 24 | 0 | E | 24 | 9C | 18 | 35 |
| Octal | 151 | 243 | 214 | 44 | 0 | 16 | 44 | 234 | 30 | 65 |
| Binary | 1101001 | 10100011 | 10001100 | 100100 | 0 | 1110 | 100100 | 10011100 | 11000 | 110101 |
Color Harmonies of #69A38C
Complementary color
Monochromatic Colors of #69A38C
Black with #69A38C
Text Example
Text Example
White with #69A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A38C; }
p { color: rgb(105,163,140); }
H1.HeaderClassName
{
color: #69A38C;
}
.AnyTagClassName
{
color: #69A38C;
}
</style>
background-color css
<style>
a { background-color: #69A38C; }
a { background-color: rgb(105,163,140); }
div.DivClassName
{
background-color: #69A38C;
}
.BgClassName
{
background-color: #69A38C;
}
</style>
border-color css
<style>
span { border-color: #69A38C; }
span { border-color: rgb(105,163,140); }
td.TdClassName
{
border-color: #69A38C;
}
.TagClassName
{
border-color: #69A38C;
}
</style>