Shades of Medium Aquamarine #6BCEB0
Tints of Medium Aquamarine #6BCEB0
RGB
CMYK
RGB Variations
Color information
#6BCEB0 (or 0x6BCEB0) is known color: Medium Aquamarine. HEX triplet: 6B, CE and B0. RGB value is (107,206,176). Sum of RGB (Red+Green+Blue) = 107+206+176=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCEB0 is #94314F. Grayscale: #ADADAD. Windows color (decimal): -9711952 or 11587179. OLE color: 11587179.
HSL color Cylindrical-coordinate representation of color #6BCEB0: hue angle of 161.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCEB0 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 176 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.19 |
| HSL | 161.82º | 0.5% | 0.61% | - |
| HSV(B) | 161.82º | 0.48% | 0.81% | - |
| XYZ | 35.97 | 50.4 | 48.91 | - |
| YUV | 172.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 176 | 0.48 | 0 | 0.15 | 0.19 | 161.82 | 0.5 | 0.61 |
| Hex | 6B | CE | B0 | 30 | 0 | F | 13 | A2 | 32 | 3D |
| Octal | 153 | 316 | 260 | 60 | 0 | 17 | 23 | 242 | 62 | 75 |
| Binary | 1101011 | 11001110 | 10110000 | 110000 | 0 | 1111 | 10011 | 10100010 | 110010 | 111101 |
Color Harmonies of #6BCEB0
Complementary color
Monochromatic Colors of #6BCEB0
Black with #6BCEB0
Text Example
Text Example
White with #6BCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEB0; }
p { color: rgb(107,206,176); }
H1.HeaderClassName
{
color: #6BCEB0;
}
.AnyTagClassName
{
color: #6BCEB0;
}
</style>
background-color css
<style>
a { background-color: #6BCEB0; }
a { background-color: rgb(107,206,176); }
div.DivClassName
{
background-color: #6BCEB0;
}
.BgClassName
{
background-color: #6BCEB0;
}
</style>
border-color css
<style>
span { border-color: #6BCEB0; }
span { border-color: rgb(107,206,176); }
td.TdClassName
{
border-color: #6BCEB0;
}
.TagClassName
{
border-color: #6BCEB0;
}
</style>