Shades of Acapulco #6DB098
Tints of Acapulco #6DB098
RGB
CMYK
RGB Variations
Color information
#6DB098 (or 0x6DB098) is known color: Acapulco. HEX triplet: 6D, B0 and 98. RGB value is (109,176,152). Sum of RGB (Red+Green+Blue) = 109+176+152=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB098 is #924F67. Grayscale: #999999. Windows color (decimal): -9588584 or 10006637. OLE color: 10006637.
HSL color Cylindrical-coordinate representation of color #6DB098: hue angle of 158.51º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB098 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 152 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.31 |
| HSL | 158.51º | 0.3% | 0.56% | - |
| HSV(B) | 158.51º | 0.38% | 0.69% | - |
| XYZ | 27.5 | 36.57 | 35.31 | - |
| YUV | 153.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 152 | 0.38 | 0 | 0.14 | 0.31 | 158.51 | 0.3 | 0.56 |
| Hex | 6D | B0 | 98 | 26 | 0 | E | 1F | 9F | 1E | 38 |
| Octal | 155 | 260 | 230 | 46 | 0 | 16 | 37 | 237 | 36 | 70 |
| Binary | 1101101 | 10110000 | 10011000 | 100110 | 0 | 1110 | 11111 | 10011111 | 11110 | 111000 |
Color Harmonies of #6DB098
Complementary color
Monochromatic Colors of #6DB098
Black with #6DB098
Text Example
Text Example
White with #6DB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB098; }
p { color: rgb(109,176,152); }
H1.HeaderClassName
{
color: #6DB098;
}
.AnyTagClassName
{
color: #6DB098;
}
</style>
background-color css
<style>
a { background-color: #6DB098; }
a { background-color: rgb(109,176,152); }
div.DivClassName
{
background-color: #6DB098;
}
.BgClassName
{
background-color: #6DB098;
}
</style>
border-color css
<style>
span { border-color: #6DB098; }
span { border-color: rgb(109,176,152); }
td.TdClassName
{
border-color: #6DB098;
}
.TagClassName
{
border-color: #6DB098;
}
</style>