Shades of Acapulco #6FB295
Tints of Acapulco #6FB295
RGB
CMYK
RGB Variations
Color information
#6FB295 (or 0x6FB295) is known color: Acapulco. HEX triplet: 6F, B2 and 95. RGB value is (111,178,149). Sum of RGB (Red+Green+Blue) = 111+178+149=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB295 is #904D6A. Grayscale: #9A9A9A. Windows color (decimal): -9457003 or 9810543. OLE color: 9810543.
HSL color Cylindrical-coordinate representation of color #6FB295: hue angle of 154.03º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB295 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 149 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.30 |
| HSL | 154.03º | 0.3% | 0.57% | - |
| HSV(B) | 154.03º | 0.38% | 0.7% | - |
| XYZ | 27.9 | 37.39 | 34.18 | - |
| YUV | 154.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 149 | 0.38 | 0 | 0.16 | 0.30 | 154.03 | 0.3 | 0.57 |
| Hex | 6F | B2 | 95 | 26 | 0 | 10 | 1E | 9A | 1E | 39 |
| Octal | 157 | 262 | 225 | 46 | 0 | 20 | 36 | 232 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10010101 | 100110 | 0 | 10000 | 11110 | 10011010 | 11110 | 111001 |
Color Harmonies of #6FB295
Complementary color
Monochromatic Colors of #6FB295
Black with #6FB295
Text Example
Text Example
White with #6FB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB295; }
p { color: rgb(111,178,149); }
H1.HeaderClassName
{
color: #6FB295;
}
.AnyTagClassName
{
color: #6FB295;
}
</style>
background-color css
<style>
a { background-color: #6FB295; }
a { background-color: rgb(111,178,149); }
div.DivClassName
{
background-color: #6FB295;
}
.BgClassName
{
background-color: #6FB295;
}
</style>
border-color css
<style>
span { border-color: #6FB295; }
span { border-color: rgb(111,178,149); }
td.TdClassName
{
border-color: #6FB295;
}
.TagClassName
{
border-color: #6FB295;
}
</style>