Shades of Acapulco #69B194
Tints of Acapulco #69B194
RGB
CMYK
RGB Variations
Color information
#69B194 (or 0x69B194) is known color: Acapulco. HEX triplet: 69, B1 and 94. RGB value is (105,177,148). Sum of RGB (Red+Green+Blue) = 105+177+148=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #69B194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B194 is #964E6B. Grayscale: #989898. Windows color (decimal): -9850476 or 9744745. OLE color: 9744745.
HSL color Cylindrical-coordinate representation of color #69B194: hue angle of 155.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B194 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 148 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.31 |
| HSL | 155.83º | 0.32% | 0.55% | - |
| HSV(B) | 155.83º | 0.41% | 0.69% | - |
| XYZ | 26.89 | 36.59 | 33.66 | - |
| YUV | 152.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 148 | 0.41 | 0 | 0.16 | 0.31 | 155.83 | 0.32 | 0.55 |
| Hex | 69 | B1 | 94 | 29 | 0 | 10 | 1F | 9C | 20 | 37 |
| Octal | 151 | 261 | 224 | 51 | 0 | 20 | 37 | 234 | 40 | 67 |
| Binary | 1101001 | 10110001 | 10010100 | 101001 | 0 | 10000 | 11111 | 10011100 | 100000 | 110111 |
Color Harmonies of #69B194
Complementary color
Monochromatic Colors of #69B194
Black with #69B194
Text Example
Text Example
White with #69B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B194; }
p { color: rgb(105,177,148); }
H1.HeaderClassName
{
color: #69B194;
}
.AnyTagClassName
{
color: #69B194;
}
</style>
background-color css
<style>
a { background-color: #69B194; }
a { background-color: rgb(105,177,148); }
div.DivClassName
{
background-color: #69B194;
}
.BgClassName
{
background-color: #69B194;
}
</style>
border-color css
<style>
span { border-color: #69B194; }
span { border-color: rgb(105,177,148); }
td.TdClassName
{
border-color: #69B194;
}
.TagClassName
{
border-color: #69B194;
}
</style>