Shades of Acapulco #6BB394
Tints of Acapulco #6BB394
RGB
CMYK
RGB Variations
Color information
#6BB394 (or 0x6BB394) is known color: Acapulco. HEX triplet: 6B, B3 and 94. RGB value is (107,179,148). Sum of RGB (Red+Green+Blue) = 107+179+148=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB394 is #944C6B. Grayscale: #999999. Windows color (decimal): -9718892 or 9745259. OLE color: 9745259.
HSL color Cylindrical-coordinate representation of color #6BB394: hue angle of 154.17º 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 #6BB394 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 179 | 148 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.30 |
| HSL | 154.17º | 0.32% | 0.56% | - |
| HSV(B) | 154.17º | 0.4% | 0.7% | - |
| XYZ | 27.53 | 37.5 | 33.81 | - |
| YUV | 153.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 179 | 148 | 0.40 | 0 | 0.17 | 0.30 | 154.17 | 0.32 | 0.56 |
| Hex | 6B | B3 | 94 | 28 | 0 | 11 | 1E | 9A | 20 | 38 |
| Octal | 153 | 263 | 224 | 50 | 0 | 21 | 36 | 232 | 40 | 70 |
| Binary | 1101011 | 10110011 | 10010100 | 101000 | 0 | 10001 | 11110 | 10011010 | 100000 | 111000 |
Color Harmonies of #6BB394
Complementary color
Monochromatic Colors of #6BB394
Black with #6BB394
Text Example
Text Example
White with #6BB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB394; }
p { color: rgb(107,179,148); }
H1.HeaderClassName
{
color: #6BB394;
}
.AnyTagClassName
{
color: #6BB394;
}
</style>
background-color css
<style>
a { background-color: #6BB394; }
a { background-color: rgb(107,179,148); }
div.DivClassName
{
background-color: #6BB394;
}
.BgClassName
{
background-color: #6BB394;
}
</style>
border-color css
<style>
span { border-color: #6BB394; }
span { border-color: rgb(107,179,148); }
td.TdClassName
{
border-color: #6BB394;
}
.TagClassName
{
border-color: #6BB394;
}
</style>