Shades of Acapulco #6BB198
Tints of Acapulco #6BB198
RGB
CMYK
RGB Variations
Color information
#6BB198 (or 0x6BB198) is known color: Acapulco. HEX triplet: 6B, B1 and 98. RGB value is (107,177,152). Sum of RGB (Red+Green+Blue) = 107+177+152=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB198 is #944E67. Grayscale: #999999. Windows color (decimal): -9719400 or 10006891. OLE color: 10006891.
HSL color Cylindrical-coordinate representation of color #6BB198: hue angle of 158.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB198 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 152 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.31 |
| HSL | 158.57º | 0.31% | 0.56% | - |
| HSV(B) | 158.57º | 0.4% | 0.69% | - |
| XYZ | 27.45 | 36.84 | 35.37 | - |
| YUV | 153.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 152 | 0.40 | 0 | 0.14 | 0.31 | 158.57 | 0.31 | 0.56 |
| Hex | 6B | B1 | 98 | 28 | 0 | E | 1F | 9F | 1F | 38 |
| Octal | 153 | 261 | 230 | 50 | 0 | 16 | 37 | 237 | 37 | 70 |
| Binary | 1101011 | 10110001 | 10011000 | 101000 | 0 | 1110 | 11111 | 10011111 | 11111 | 111000 |
Color Harmonies of #6BB198
Complementary color
Monochromatic Colors of #6BB198
Black with #6BB198
Text Example
Text Example
White with #6BB198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB198; }
p { color: rgb(107,177,152); }
H1.HeaderClassName
{
color: #6BB198;
}
.AnyTagClassName
{
color: #6BB198;
}
</style>
background-color css
<style>
a { background-color: #6BB198; }
a { background-color: rgb(107,177,152); }
div.DivClassName
{
background-color: #6BB198;
}
.BgClassName
{
background-color: #6BB198;
}
</style>
border-color css
<style>
span { border-color: #6BB198; }
span { border-color: rgb(107,177,152); }
td.TdClassName
{
border-color: #6BB198;
}
.TagClassName
{
border-color: #6BB198;
}
</style>