Shades of Acapulco #6FB294
Tints of Acapulco #6FB294
RGB
CMYK
RGB Variations
Color information
#6FB294 (or 0x6FB294) is known color: Acapulco. HEX triplet: 6F, B2 and 94. RGB value is (111,178,148). Sum of RGB (Red+Green+Blue) = 111+178+148=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB294 is #904D6B. Grayscale: #9A9A9A. Windows color (decimal): -9457004 or 9745007. OLE color: 9745007.
HSL color Cylindrical-coordinate representation of color #6FB294: hue angle of 153.13º 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 #6FB294 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 148 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.30 |
| HSL | 153.13º | 0.3% | 0.57% | - |
| HSV(B) | 153.13º | 0.38% | 0.7% | - |
| XYZ | 27.82 | 37.36 | 33.76 | - |
| YUV | 154.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 148 | 0.38 | 0 | 0.17 | 0.30 | 153.13 | 0.3 | 0.57 |
| Hex | 6F | B2 | 94 | 26 | 0 | 11 | 1E | 99 | 1E | 39 |
| Octal | 157 | 262 | 224 | 46 | 0 | 21 | 36 | 231 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10010100 | 100110 | 0 | 10001 | 11110 | 10011001 | 11110 | 111001 |
Color Harmonies of #6FB294
Complementary color
Monochromatic Colors of #6FB294
Black with #6FB294
Text Example
Text Example
White with #6FB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB294; }
p { color: rgb(111,178,148); }
H1.HeaderClassName
{
color: #6FB294;
}
.AnyTagClassName
{
color: #6FB294;
}
</style>
background-color css
<style>
a { background-color: #6FB294; }
a { background-color: rgb(111,178,148); }
div.DivClassName
{
background-color: #6FB294;
}
.BgClassName
{
background-color: #6FB294;
}
</style>
border-color css
<style>
span { border-color: #6FB294; }
span { border-color: rgb(111,178,148); }
td.TdClassName
{
border-color: #6FB294;
}
.TagClassName
{
border-color: #6FB294;
}
</style>