Shades of Acapulco #6FB297
Tints of Acapulco #6FB297
RGB
CMYK
RGB Variations
Color information
#6FB297 (or 0x6FB297) is known color: Acapulco. HEX triplet: 6F, B2 and 97. RGB value is (111,178,151). Sum of RGB (Red+Green+Blue) = 111+178+151=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB297 is #904D68. Grayscale: #9A9A9A. Windows color (decimal): -9457001 or 9941615. OLE color: 9941615.
HSL color Cylindrical-coordinate representation of color #6FB297: hue angle of 155.82º 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 #6FB297 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 151 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.30 |
| HSL | 155.82º | 0.3% | 0.57% | - |
| HSV(B) | 155.82º | 0.38% | 0.7% | - |
| XYZ | 28.06 | 37.45 | 35.03 | - |
| YUV | 154.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 151 | 0.38 | 0 | 0.15 | 0.30 | 155.82 | 0.3 | 0.57 |
| Hex | 6F | B2 | 97 | 26 | 0 | F | 1E | 9C | 1E | 39 |
| Octal | 157 | 262 | 227 | 46 | 0 | 17 | 36 | 234 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10010111 | 100110 | 0 | 1111 | 11110 | 10011100 | 11110 | 111001 |
Color Harmonies of #6FB297
Complementary color
Monochromatic Colors of #6FB297
Black with #6FB297
Text Example
Text Example
White with #6FB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB297; }
p { color: rgb(111,178,151); }
H1.HeaderClassName
{
color: #6FB297;
}
.AnyTagClassName
{
color: #6FB297;
}
</style>
background-color css
<style>
a { background-color: #6FB297; }
a { background-color: rgb(111,178,151); }
div.DivClassName
{
background-color: #6FB297;
}
.BgClassName
{
background-color: #6FB297;
}
</style>
border-color css
<style>
span { border-color: #6FB297; }
span { border-color: rgb(111,178,151); }
td.TdClassName
{
border-color: #6FB297;
}
.TagClassName
{
border-color: #6FB297;
}
</style>