Shades of Medium Aquamarine #6DCDA2
Tints of Medium Aquamarine #6DCDA2
RGB
CMYK
RGB Variations
Color information
#6DCDA2 (or 0x6DCDA2) is known color: Medium Aquamarine. HEX triplet: 6D, CD and A2. RGB value is (109,205,162). Sum of RGB (Red+Green+Blue) = 109+205+162=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDA2 is #92325D. Grayscale: #ABABAB. Windows color (decimal): -9581150 or 10669421. OLE color: 10669421.
HSL color Cylindrical-coordinate representation of color #6DCDA2: hue angle of 153.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDA2 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 162 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.20 |
| HSL | 153.13º | 0.49% | 0.62% | - |
| HSV(B) | 153.13º | 0.47% | 0.8% | - |
| XYZ | 34.66 | 49.52 | 41.91 | - |
| YUV | 171.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 162 | 0.47 | 0 | 0.21 | 0.20 | 153.13 | 0.49 | 0.62 |
| Hex | 6D | CD | A2 | 2F | 0 | 15 | 14 | 99 | 31 | 3E |
| Octal | 155 | 315 | 242 | 57 | 0 | 25 | 24 | 231 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10100010 | 101111 | 0 | 10101 | 10100 | 10011001 | 110001 | 111110 |
Color Harmonies of #6DCDA2
Complementary color
Monochromatic Colors of #6DCDA2
Black with #6DCDA2
Text Example
Text Example
White with #6DCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDA2; }
p { color: rgb(109,205,162); }
H1.HeaderClassName
{
color: #6DCDA2;
}
.AnyTagClassName
{
color: #6DCDA2;
}
</style>
background-color css
<style>
a { background-color: #6DCDA2; }
a { background-color: rgb(109,205,162); }
div.DivClassName
{
background-color: #6DCDA2;
}
.BgClassName
{
background-color: #6DCDA2;
}
</style>
border-color css
<style>
span { border-color: #6DCDA2; }
span { border-color: rgb(109,205,162); }
td.TdClassName
{
border-color: #6DCDA2;
}
.TagClassName
{
border-color: #6DCDA2;
}
</style>