Shades of Medium Aquamarine #6DCFA4
Tints of Medium Aquamarine #6DCFA4
RGB
CMYK
RGB Variations
Color information
#6DCFA4 (or 0x6DCFA4) is known color: Medium Aquamarine. HEX triplet: 6D, CF and A4. RGB value is (109,207,164). Sum of RGB (Red+Green+Blue) = 109+207+164=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFA4 is #92305B. Grayscale: #ACACAC. Windows color (decimal): -9580636 or 10801005. OLE color: 10801005.
HSL color Cylindrical-coordinate representation of color #6DCFA4: hue angle of 153.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFA4 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 164 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.19 |
| HSL | 153.67º | 0.51% | 0.62% | - |
| HSV(B) | 153.67º | 0.47% | 0.81% | - |
| XYZ | 35.32 | 50.56 | 43.02 | - |
| YUV | 172.8 | 123.03 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 164 | 0.47 | 0 | 0.21 | 0.19 | 153.67 | 0.51 | 0.62 |
| Hex | 6D | CF | A4 | 2F | 0 | 15 | 13 | 9A | 33 | 3E |
| Octal | 155 | 317 | 244 | 57 | 0 | 25 | 23 | 232 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10100100 | 101111 | 0 | 10101 | 10011 | 10011010 | 110011 | 111110 |
Color Harmonies of #6DCFA4
Complementary color
Monochromatic Colors of #6DCFA4
Black with #6DCFA4
Text Example
Text Example
White with #6DCFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFA4; }
p { color: rgb(109,207,164); }
H1.HeaderClassName
{
color: #6DCFA4;
}
.AnyTagClassName
{
color: #6DCFA4;
}
</style>
background-color css
<style>
a { background-color: #6DCFA4; }
a { background-color: rgb(109,207,164); }
div.DivClassName
{
background-color: #6DCFA4;
}
.BgClassName
{
background-color: #6DCFA4;
}
</style>
border-color css
<style>
span { border-color: #6DCFA4; }
span { border-color: rgb(109,207,164); }
td.TdClassName
{
border-color: #6DCFA4;
}
.TagClassName
{
border-color: #6DCFA4;
}
</style>