Shades of Medium Aquamarine #6DCBA1
Tints of Medium Aquamarine #6DCBA1
RGB
CMYK
RGB Variations
Color information
#6DCBA1 (or 0x6DCBA1) is known color: Medium Aquamarine. HEX triplet: 6D, CB and A1. RGB value is (109,203,161). Sum of RGB (Red+Green+Blue) = 109+203+161=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBA1 is #92345E. Grayscale: #AAAAAA. Windows color (decimal): -9581663 or 10603373. OLE color: 10603373.
HSL color Cylindrical-coordinate representation of color #6DCBA1: hue angle of 153.19º 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 #6DCBA1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 161 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.20 |
| HSL | 153.19º | 0.47% | 0.61% | - |
| HSV(B) | 153.19º | 0.46% | 0.8% | - |
| XYZ | 34.1 | 48.54 | 41.29 | - |
| YUV | 170.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 161 | 0.46 | 0 | 0.21 | 0.20 | 153.19 | 0.47 | 0.61 |
| Hex | 6D | CB | A1 | 2E | 0 | 15 | 14 | 99 | 2F | 3D |
| Octal | 155 | 313 | 241 | 56 | 0 | 25 | 24 | 231 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10100001 | 101110 | 0 | 10101 | 10100 | 10011001 | 101111 | 111101 |
Color Harmonies of #6DCBA1
Complementary color
Monochromatic Colors of #6DCBA1
Black with #6DCBA1
Text Example
Text Example
White with #6DCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBA1; }
p { color: rgb(109,203,161); }
H1.HeaderClassName
{
color: #6DCBA1;
}
.AnyTagClassName
{
color: #6DCBA1;
}
</style>
background-color css
<style>
a { background-color: #6DCBA1; }
a { background-color: rgb(109,203,161); }
div.DivClassName
{
background-color: #6DCBA1;
}
.BgClassName
{
background-color: #6DCBA1;
}
</style>
border-color css
<style>
span { border-color: #6DCBA1; }
span { border-color: rgb(109,203,161); }
td.TdClassName
{
border-color: #6DCBA1;
}
.TagClassName
{
border-color: #6DCBA1;
}
</style>