Shades of Acapulco #6BB294
Tints of Acapulco #6BB294
RGB
CMYK
RGB Variations
Color information
#6BB294 (or 0x6BB294) is known color: Acapulco. HEX triplet: 6B, B2 and 94. RGB value is (107,178,148). Sum of RGB (Red+Green+Blue) = 107+178+148=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB294 is #944D6B. Grayscale: #999999. Windows color (decimal): -9719148 or 9745003. OLE color: 9745003.
HSL color Cylindrical-coordinate representation of color #6BB294: hue angle of 154.65º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB294 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 148 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.30 |
| HSL | 154.65º | 0.32% | 0.56% | - |
| HSV(B) | 154.65º | 0.4% | 0.7% | - |
| XYZ | 27.33 | 37.1 | 33.74 | - |
| YUV | 153.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 148 | 0.40 | 0 | 0.17 | 0.30 | 154.65 | 0.32 | 0.56 |
| Hex | 6B | B2 | 94 | 28 | 0 | 11 | 1E | 9B | 20 | 38 |
| Octal | 153 | 262 | 224 | 50 | 0 | 21 | 36 | 233 | 40 | 70 |
| Binary | 1101011 | 10110010 | 10010100 | 101000 | 0 | 10001 | 11110 | 10011011 | 100000 | 111000 |
Color Harmonies of #6BB294
Complementary color
Monochromatic Colors of #6BB294
Black with #6BB294
Text Example
Text Example
White with #6BB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB294; }
p { color: rgb(107,178,148); }
H1.HeaderClassName
{
color: #6BB294;
}
.AnyTagClassName
{
color: #6BB294;
}
</style>
background-color css
<style>
a { background-color: #6BB294; }
a { background-color: rgb(107,178,148); }
div.DivClassName
{
background-color: #6BB294;
}
.BgClassName
{
background-color: #6BB294;
}
</style>
border-color css
<style>
span { border-color: #6BB294; }
span { border-color: rgb(107,178,148); }
td.TdClassName
{
border-color: #6BB294;
}
.TagClassName
{
border-color: #6BB294;
}
</style>