Shades of Acapulco #6FB09C
Tints of Acapulco #6FB09C
RGB
CMYK
RGB Variations
Color information
#6FB09C (or 0x6FB09C) is known color: Acapulco. HEX triplet: 6F, B0 and 9C. RGB value is (111,176,156). Sum of RGB (Red+Green+Blue) = 111+176+156=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB09C is #904F63. Grayscale: #9A9A9A. Windows color (decimal): -9457508 or 10268783. OLE color: 10268783.
HSL color Cylindrical-coordinate representation of color #6FB09C: hue angle of 161.54º 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 #6FB09C is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 156 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.31 |
| HSL | 161.54º | 0.29% | 0.56% | - |
| HSV(B) | 161.54º | 0.37% | 0.69% | - |
| XYZ | 28.08 | 36.83 | 37.08 | - |
| YUV | 154.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 156 | 0.37 | 0 | 0.11 | 0.31 | 161.54 | 0.29 | 0.56 |
| Hex | 6F | B0 | 9C | 25 | 0 | B | 1F | A2 | 1D | 38 |
| Octal | 157 | 260 | 234 | 45 | 0 | 13 | 37 | 242 | 35 | 70 |
| Binary | 1101111 | 10110000 | 10011100 | 100101 | 0 | 1011 | 11111 | 10100010 | 11101 | 111000 |
Color Harmonies of #6FB09C
Complementary color
Monochromatic Colors of #6FB09C
Black with #6FB09C
Text Example
Text Example
White with #6FB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB09C; }
p { color: rgb(111,176,156); }
H1.HeaderClassName
{
color: #6FB09C;
}
.AnyTagClassName
{
color: #6FB09C;
}
</style>
background-color css
<style>
a { background-color: #6FB09C; }
a { background-color: rgb(111,176,156); }
div.DivClassName
{
background-color: #6FB09C;
}
.BgClassName
{
background-color: #6FB09C;
}
</style>
border-color css
<style>
span { border-color: #6FB09C; }
span { border-color: rgb(111,176,156); }
td.TdClassName
{
border-color: #6FB09C;
}
.TagClassName
{
border-color: #6FB09C;
}
</style>