Shades of Acapulco #6FB29C
Tints of Acapulco #6FB29C
RGB
CMYK
RGB Variations
Color information
#6FB29C (or 0x6FB29C) is known color: Acapulco. HEX triplet: 6F, B2 and 9C. RGB value is (111,178,156). Sum of RGB (Red+Green+Blue) = 111+178+156=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB29C is #904D63. Grayscale: #9B9B9B. Windows color (decimal): -9456996 or 10269295. OLE color: 10269295.
HSL color Cylindrical-coordinate representation of color #6FB29C: hue angle of 160.3º 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 #6FB29C is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 156 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.30 |
| HSL | 160.3º | 0.3% | 0.57% | - |
| HSV(B) | 160.3º | 0.38% | 0.7% | - |
| XYZ | 28.48 | 37.62 | 37.21 | - |
| YUV | 155.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 156 | 0.38 | 0 | 0.12 | 0.30 | 160.3 | 0.3 | 0.57 |
| Hex | 6F | B2 | 9C | 26 | 0 | C | 1E | A0 | 1E | 39 |
| Octal | 157 | 262 | 234 | 46 | 0 | 14 | 36 | 240 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10011100 | 100110 | 0 | 1100 | 11110 | 10100000 | 11110 | 111001 |
Color Harmonies of #6FB29C
Complementary color
Monochromatic Colors of #6FB29C
Black with #6FB29C
Text Example
Text Example
White with #6FB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB29C; }
p { color: rgb(111,178,156); }
H1.HeaderClassName
{
color: #6FB29C;
}
.AnyTagClassName
{
color: #6FB29C;
}
</style>
background-color css
<style>
a { background-color: #6FB29C; }
a { background-color: rgb(111,178,156); }
div.DivClassName
{
background-color: #6FB29C;
}
.BgClassName
{
background-color: #6FB29C;
}
</style>
border-color css
<style>
span { border-color: #6FB29C; }
span { border-color: rgb(111,178,156); }
td.TdClassName
{
border-color: #6FB29C;
}
.TagClassName
{
border-color: #6FB29C;
}
</style>