Shades of Medium Aquamarine #6DC8A2
Tints of Medium Aquamarine #6DC8A2
RGB
CMYK
RGB Variations
Color information
#6DC8A2 (or 0x6DC8A2) is known color: Medium Aquamarine. HEX triplet: 6D, C8 and A2. RGB value is (109,200,162). Sum of RGB (Red+Green+Blue) = 109+200+162=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC8A2 is #92375D. Grayscale: #A8A8A8. Windows color (decimal): -9582430 or 10668141. OLE color: 10668141.
HSL color Cylindrical-coordinate representation of color #6DC8A2: hue angle of 154.95º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC8A2 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 162 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.22 |
| HSL | 154.95º | 0.45% | 0.61% | - |
| HSV(B) | 154.95º | 0.46% | 0.78% | - |
| XYZ | 33.48 | 47.17 | 41.52 | - |
| YUV | 168.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 162 | 0.46 | 0 | 0.19 | 0.22 | 154.95 | 0.45 | 0.61 |
| Hex | 6D | C8 | A2 | 2E | 0 | 13 | 16 | 9B | 2D | 3D |
| Octal | 155 | 310 | 242 | 56 | 0 | 23 | 26 | 233 | 55 | 75 |
| Binary | 1101101 | 11001000 | 10100010 | 101110 | 0 | 10011 | 10110 | 10011011 | 101101 | 111101 |
Color Harmonies of #6DC8A2
Complementary color
Monochromatic Colors of #6DC8A2
Black with #6DC8A2
Text Example
Text Example
White with #6DC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC8A2; }
p { color: rgb(109,200,162); }
H1.HeaderClassName
{
color: #6DC8A2;
}
.AnyTagClassName
{
color: #6DC8A2;
}
</style>
background-color css
<style>
a { background-color: #6DC8A2; }
a { background-color: rgb(109,200,162); }
div.DivClassName
{
background-color: #6DC8A2;
}
.BgClassName
{
background-color: #6DC8A2;
}
</style>
border-color css
<style>
span { border-color: #6DC8A2; }
span { border-color: rgb(109,200,162); }
td.TdClassName
{
border-color: #6DC8A2;
}
.TagClassName
{
border-color: #6DC8A2;
}
</style>