Shades of Medium Aquamarine #6BCB9F
Tints of Medium Aquamarine #6BCB9F
RGB
CMYK
RGB Variations
Color information
#6BCB9F (or 0x6BCB9F) is known color: Medium Aquamarine. HEX triplet: 6B, CB and 9F. RGB value is (107,203,159). Sum of RGB (Red+Green+Blue) = 107+203+159=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCB9F is #943460. Grayscale: #A9A9A9. Windows color (decimal): -9712737 or 10472299. OLE color: 10472299.
HSL color Cylindrical-coordinate representation of color #6BCB9F: hue angle of 152.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCB9F is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 159 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.20 |
| HSL | 152.5º | 0.48% | 0.61% | - |
| HSV(B) | 152.5º | 0.47% | 0.8% | - |
| XYZ | 33.68 | 48.34 | 40.36 | - |
| YUV | 169.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 159 | 0.47 | 0 | 0.22 | 0.20 | 152.5 | 0.48 | 0.61 |
| Hex | 6B | CB | 9F | 2F | 0 | 16 | 14 | 98 | 30 | 3D |
| Octal | 153 | 313 | 237 | 57 | 0 | 26 | 24 | 230 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10011111 | 101111 | 0 | 10110 | 10100 | 10011000 | 110000 | 111101 |
Color Harmonies of #6BCB9F
Complementary color
Monochromatic Colors of #6BCB9F
Black with #6BCB9F
Text Example
Text Example
White with #6BCB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB9F; }
p { color: rgb(107,203,159); }
H1.HeaderClassName
{
color: #6BCB9F;
}
.AnyTagClassName
{
color: #6BCB9F;
}
</style>
background-color css
<style>
a { background-color: #6BCB9F; }
a { background-color: rgb(107,203,159); }
div.DivClassName
{
background-color: #6BCB9F;
}
.BgClassName
{
background-color: #6BCB9F;
}
</style>
border-color css
<style>
span { border-color: #6BCB9F; }
span { border-color: rgb(107,203,159); }
td.TdClassName
{
border-color: #6BCB9F;
}
.TagClassName
{
border-color: #6BCB9F;
}
</style>