Shades of Medium Aquamarine #6DCBAA
Tints of Medium Aquamarine #6DCBAA
RGB
CMYK
RGB Variations
Color information
#6DCBAA (or 0x6DCBAA) is known color: Medium Aquamarine. HEX triplet: 6D, CB and AA. RGB value is (109,203,170). Sum of RGB (Red+Green+Blue) = 109+203+170=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBAA is #923455. Grayscale: #ABABAB. Windows color (decimal): -9581654 or 11193197. OLE color: 11193197.
HSL color Cylindrical-coordinate representation of color #6DCBAA: hue angle of 158.94º 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 #6DCBAA is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 170 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.20 |
| HSL | 158.94º | 0.47% | 0.61% | - |
| HSV(B) | 158.94º | 0.46% | 0.8% | - |
| XYZ | 34.92 | 48.87 | 45.62 | - |
| YUV | 171.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 170 | 0.46 | 0 | 0.16 | 0.20 | 158.94 | 0.47 | 0.61 |
| Hex | 6D | CB | AA | 2E | 0 | 10 | 14 | 9F | 2F | 3D |
| Octal | 155 | 313 | 252 | 56 | 0 | 20 | 24 | 237 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10101010 | 101110 | 0 | 10000 | 10100 | 10011111 | 101111 | 111101 |
Color Harmonies of #6DCBAA
Complementary color
Monochromatic Colors of #6DCBAA
Black with #6DCBAA
Text Example
Text Example
White with #6DCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBAA; }
p { color: rgb(109,203,170); }
H1.HeaderClassName
{
color: #6DCBAA;
}
.AnyTagClassName
{
color: #6DCBAA;
}
</style>
background-color css
<style>
a { background-color: #6DCBAA; }
a { background-color: rgb(109,203,170); }
div.DivClassName
{
background-color: #6DCBAA;
}
.BgClassName
{
background-color: #6DCBAA;
}
</style>
border-color css
<style>
span { border-color: #6DCBAA; }
span { border-color: rgb(109,203,170); }
td.TdClassName
{
border-color: #6DCBAA;
}
.TagClassName
{
border-color: #6DCBAA;
}
</style>