Shades of Medium Aquamarine #6DCCA4
Tints of Medium Aquamarine #6DCCA4
RGB
CMYK
RGB Variations
Color information
#6DCCA4 (or 0x6DCCA4) is known color: Medium Aquamarine. HEX triplet: 6D, CC and A4. RGB value is (109,204,164). Sum of RGB (Red+Green+Blue) = 109+204+164=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCCA4 is #92335B. Grayscale: #ABABAB. Windows color (decimal): -9581404 or 10800237. OLE color: 10800237.
HSL color Cylindrical-coordinate representation of color #6DCCA4: hue angle of 154.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCA4 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 164 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.2 |
| HSL | 154.74º | 0.48% | 0.61% | - |
| HSV(B) | 154.74º | 0.47% | 0.8% | - |
| XYZ | 34.6 | 49.12 | 42.78 | - |
| YUV | 171.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 164 | 0.47 | 0 | 0.20 | 0.2 | 154.74 | 0.48 | 0.61 |
| Hex | 6D | CC | A4 | 2F | 0 | 14 | 14 | 9B | 30 | 3D |
| Octal | 155 | 314 | 244 | 57 | 0 | 24 | 24 | 233 | 60 | 75 |
| Binary | 1101101 | 11001100 | 10100100 | 101111 | 0 | 10100 | 10100 | 10011011 | 110000 | 111101 |
Color Harmonies of #6DCCA4
Complementary color
Monochromatic Colors of #6DCCA4
Black with #6DCCA4
Text Example
Text Example
White with #6DCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCA4; }
p { color: rgb(109,204,164); }
H1.HeaderClassName
{
color: #6DCCA4;
}
.AnyTagClassName
{
color: #6DCCA4;
}
</style>
background-color css
<style>
a { background-color: #6DCCA4; }
a { background-color: rgb(109,204,164); }
div.DivClassName
{
background-color: #6DCCA4;
}
.BgClassName
{
background-color: #6DCCA4;
}
</style>
border-color css
<style>
span { border-color: #6DCCA4; }
span { border-color: rgb(109,204,164); }
td.TdClassName
{
border-color: #6DCCA4;
}
.TagClassName
{
border-color: #6DCCA4;
}
</style>