Shades of Acapulco #6FB09B
Tints of Acapulco #6FB09B
RGB
CMYK
RGB Variations
Color information
#6FB09B (or 0x6FB09B) is known color: Acapulco. HEX triplet: 6F, B0 and 9B. RGB value is (111,176,155). Sum of RGB (Red+Green+Blue) = 111+176+155=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB09B is #904F64. Grayscale: #9A9A9A. Windows color (decimal): -9457509 or 10203247. OLE color: 10203247.
HSL color Cylindrical-coordinate representation of color #6FB09B: hue angle of 160.62º degrees, saturation: 0.29, 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 #6FB09B is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 155 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.31 |
| HSL | 160.62º | 0.29% | 0.56% | - |
| HSV(B) | 160.62º | 0.37% | 0.69% | - |
| XYZ | 28 | 36.8 | 36.64 | - |
| YUV | 154.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 155 | 0.37 | 0 | 0.12 | 0.31 | 160.62 | 0.29 | 0.56 |
| Hex | 6F | B0 | 9B | 25 | 0 | C | 1F | A1 | 1D | 38 |
| Octal | 157 | 260 | 233 | 45 | 0 | 14 | 37 | 241 | 35 | 70 |
| Binary | 1101111 | 10110000 | 10011011 | 100101 | 0 | 1100 | 11111 | 10100001 | 11101 | 111000 |
Color Harmonies of #6FB09B
Complementary color
Monochromatic Colors of #6FB09B
Black with #6FB09B
Text Example
Text Example
White with #6FB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB09B; }
p { color: rgb(111,176,155); }
H1.HeaderClassName
{
color: #6FB09B;
}
.AnyTagClassName
{
color: #6FB09B;
}
</style>
background-color css
<style>
a { background-color: #6FB09B; }
a { background-color: rgb(111,176,155); }
div.DivClassName
{
background-color: #6FB09B;
}
.BgClassName
{
background-color: #6FB09B;
}
</style>
border-color css
<style>
span { border-color: #6FB09B; }
span { border-color: rgb(111,176,155); }
td.TdClassName
{
border-color: #6FB09B;
}
.TagClassName
{
border-color: #6FB09B;
}
</style>