Shades of Medium Aquamarine #6DCBAF
Tints of Medium Aquamarine #6DCBAF
RGB
CMYK
RGB Variations
Color information
#6DCBAF (or 0x6DCBAF) is known color: Medium Aquamarine. HEX triplet: 6D, CB and AF. RGB value is (109,203,175). Sum of RGB (Red+Green+Blue) = 109+203+175=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBAF is #923450. Grayscale: #ABABAB. Windows color (decimal): -9581649 or 11520877. OLE color: 11520877.
HSL color Cylindrical-coordinate representation of color #6DCBAF: hue angle of 162.13º 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 #6DCBAF is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 175 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.20 |
| HSL | 162.13º | 0.47% | 0.61% | - |
| HSV(B) | 162.13º | 0.46% | 0.8% | - |
| XYZ | 35.4 | 49.06 | 48.16 | - |
| YUV | 171.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 175 | 0.46 | 0 | 0.14 | 0.20 | 162.13 | 0.47 | 0.61 |
| Hex | 6D | CB | AF | 2E | 0 | E | 14 | A2 | 2F | 3D |
| Octal | 155 | 313 | 257 | 56 | 0 | 16 | 24 | 242 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10101111 | 101110 | 0 | 1110 | 10100 | 10100010 | 101111 | 111101 |
Color Harmonies of #6DCBAF
Complementary color
Monochromatic Colors of #6DCBAF
Black with #6DCBAF
Text Example
Text Example
White with #6DCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBAF; }
p { color: rgb(109,203,175); }
H1.HeaderClassName
{
color: #6DCBAF;
}
.AnyTagClassName
{
color: #6DCBAF;
}
</style>
background-color css
<style>
a { background-color: #6DCBAF; }
a { background-color: rgb(109,203,175); }
div.DivClassName
{
background-color: #6DCBAF;
}
.BgClassName
{
background-color: #6DCBAF;
}
</style>
border-color css
<style>
span { border-color: #6DCBAF; }
span { border-color: rgb(109,203,175); }
td.TdClassName
{
border-color: #6DCBAF;
}
.TagClassName
{
border-color: #6DCBAF;
}
</style>