Shades of Acapulco #6FB18E
Tints of Acapulco #6FB18E
RGB
CMYK
RGB Variations
Color information
#6FB18E (or 0x6FB18E) is known color: Acapulco. HEX triplet: 6F, B1 and 8E. RGB value is (111,177,142). Sum of RGB (Red+Green+Blue) = 111+177+142=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB18E is #904E71. Grayscale: #999999. Windows color (decimal): -9457266 or 9351535. OLE color: 9351535.
HSL color Cylindrical-coordinate representation of color #6FB18E: hue angle of 148.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB18E is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 142 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.31 |
| HSL | 148.18º | 0.3% | 0.56% | - |
| HSV(B) | 148.18º | 0.37% | 0.69% | - |
| XYZ | 27.16 | 36.78 | 31.26 | - |
| YUV | 153.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 142 | 0.37 | 0 | 0.20 | 0.31 | 148.18 | 0.3 | 0.56 |
| Hex | 6F | B1 | 8E | 25 | 0 | 14 | 1F | 94 | 1E | 38 |
| Octal | 157 | 261 | 216 | 45 | 0 | 24 | 37 | 224 | 36 | 70 |
| Binary | 1101111 | 10110001 | 10001110 | 100101 | 0 | 10100 | 11111 | 10010100 | 11110 | 111000 |
Color Harmonies of #6FB18E
Complementary color
Monochromatic Colors of #6FB18E
Black with #6FB18E
Text Example
Text Example
White with #6FB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB18E; }
p { color: rgb(111,177,142); }
H1.HeaderClassName
{
color: #6FB18E;
}
.AnyTagClassName
{
color: #6FB18E;
}
</style>
background-color css
<style>
a { background-color: #6FB18E; }
a { background-color: rgb(111,177,142); }
div.DivClassName
{
background-color: #6FB18E;
}
.BgClassName
{
background-color: #6FB18E;
}
</style>
border-color css
<style>
span { border-color: #6FB18E; }
span { border-color: rgb(111,177,142); }
td.TdClassName
{
border-color: #6FB18E;
}
.TagClassName
{
border-color: #6FB18E;
}
</style>