Shades of Acapulco #69B091
Tints of Acapulco #69B091
RGB
CMYK
RGB Variations
Color information
#69B091 (or 0x69B091) is known color: Acapulco. HEX triplet: 69, B0 and 91. RGB value is (105,176,145). Sum of RGB (Red+Green+Blue) = 105+176+145=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #69B091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B091 is #964F6E. Grayscale: #979797. Windows color (decimal): -9850735 or 9547881. OLE color: 9547881.
HSL color Cylindrical-coordinate representation of color #69B091: 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.4%. Process color model (Four color, CMYK) of #69B091 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 176 | 145 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.31 |
| HSL | 153.8º | 0.31% | 0.55% | - |
| HSV(B) | 153.8º | 0.4% | 0.69% | - |
| XYZ | 26.46 | 36.1 | 32.36 | - |
| YUV | 151.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 176 | 145 | 0.40 | 0 | 0.18 | 0.31 | 153.8 | 0.31 | 0.55 |
| Hex | 69 | B0 | 91 | 28 | 0 | 12 | 1F | 9A | 1F | 37 |
| Octal | 151 | 260 | 221 | 50 | 0 | 22 | 37 | 232 | 37 | 67 |
| Binary | 1101001 | 10110000 | 10010001 | 101000 | 0 | 10010 | 11111 | 10011010 | 11111 | 110111 |
Color Harmonies of #69B091
Complementary color
Monochromatic Colors of #69B091
Black with #69B091
Text Example
Text Example
White with #69B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B091; }
p { color: rgb(105,176,145); }
H1.HeaderClassName
{
color: #69B091;
}
.AnyTagClassName
{
color: #69B091;
}
</style>
background-color css
<style>
a { background-color: #69B091; }
a { background-color: rgb(105,176,145); }
div.DivClassName
{
background-color: #69B091;
}
.BgClassName
{
background-color: #69B091;
}
</style>
border-color css
<style>
span { border-color: #69B091; }
span { border-color: rgb(105,176,145); }
td.TdClassName
{
border-color: #69B091;
}
.TagClassName
{
border-color: #69B091;
}
</style>