Shades of Medium Aquamarine #6DCBB0
Tints of Medium Aquamarine #6DCBB0
RGB
CMYK
RGB Variations
Color information
#6DCBB0 (or 0x6DCBB0) is known color: Medium Aquamarine. HEX triplet: 6D, CB and B0. RGB value is (109,203,176). Sum of RGB (Red+Green+Blue) = 109+203+176=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBB0 is #92344F. Grayscale: #ABABAB. Windows color (decimal): -9581648 or 11586413. OLE color: 11586413.
HSL color Cylindrical-coordinate representation of color #6DCBB0: hue angle of 162.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBB0 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 176 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.20 |
| HSL | 162.77º | 0.47% | 0.61% | - |
| HSV(B) | 162.77º | 0.46% | 0.8% | - |
| XYZ | 35.5 | 49.1 | 48.68 | - |
| YUV | 171.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 176 | 0.46 | 0 | 0.13 | 0.20 | 162.77 | 0.47 | 0.61 |
| Hex | 6D | CB | B0 | 2E | 0 | D | 14 | A3 | 2F | 3D |
| Octal | 155 | 313 | 260 | 56 | 0 | 15 | 24 | 243 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10110000 | 101110 | 0 | 1101 | 10100 | 10100011 | 101111 | 111101 |
Color Harmonies of #6DCBB0
Complementary color
Monochromatic Colors of #6DCBB0
Black with #6DCBB0
Text Example
Text Example
White with #6DCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBB0; }
p { color: rgb(109,203,176); }
H1.HeaderClassName
{
color: #6DCBB0;
}
.AnyTagClassName
{
color: #6DCBB0;
}
</style>
background-color css
<style>
a { background-color: #6DCBB0; }
a { background-color: rgb(109,203,176); }
div.DivClassName
{
background-color: #6DCBB0;
}
.BgClassName
{
background-color: #6DCBB0;
}
</style>
border-color css
<style>
span { border-color: #6DCBB0; }
span { border-color: rgb(109,203,176); }
td.TdClassName
{
border-color: #6DCBB0;
}
.TagClassName
{
border-color: #6DCBB0;
}
</style>