Shades of Medium Aquamarine #6BCC9F
Tints of Medium Aquamarine #6BCC9F
RGB
CMYK
RGB Variations
Color information
#6BCC9F (or 0x6BCC9F) is known color: Medium Aquamarine. HEX triplet: 6B, CC and 9F. RGB value is (107,204,159). Sum of RGB (Red+Green+Blue) = 107+204+159=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCC9F is #943360. Grayscale: #A9A9A9. Windows color (decimal): -9712481 or 10472555. OLE color: 10472555.
HSL color Cylindrical-coordinate representation of color #6BCC9F: hue angle of 152.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCC9F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 159 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.2 |
| HSL | 152.16º | 0.49% | 0.61% | - |
| HSV(B) | 152.16º | 0.48% | 0.8% | - |
| XYZ | 33.91 | 48.81 | 40.44 | - |
| YUV | 169.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 159 | 0.48 | 0 | 0.22 | 0.2 | 152.16 | 0.49 | 0.61 |
| Hex | 6B | CC | 9F | 30 | 0 | 16 | 14 | 98 | 31 | 3D |
| Octal | 153 | 314 | 237 | 60 | 0 | 26 | 24 | 230 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10011111 | 110000 | 0 | 10110 | 10100 | 10011000 | 110001 | 111101 |
Color Harmonies of #6BCC9F
Complementary color
Monochromatic Colors of #6BCC9F
Black with #6BCC9F
Text Example
Text Example
White with #6BCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC9F; }
p { color: rgb(107,204,159); }
H1.HeaderClassName
{
color: #6BCC9F;
}
.AnyTagClassName
{
color: #6BCC9F;
}
</style>
background-color css
<style>
a { background-color: #6BCC9F; }
a { background-color: rgb(107,204,159); }
div.DivClassName
{
background-color: #6BCC9F;
}
.BgClassName
{
background-color: #6BCC9F;
}
</style>
border-color css
<style>
span { border-color: #6BCC9F; }
span { border-color: rgb(107,204,159); }
td.TdClassName
{
border-color: #6BCC9F;
}
.TagClassName
{
border-color: #6BCC9F;
}
</style>