Shades of Medium Aquamarine #6DCFA8
Tints of Medium Aquamarine #6DCFA8
RGB
CMYK
RGB Variations
Color information
#6DCFA8 (or 0x6DCFA8) is known color: Medium Aquamarine. HEX triplet: 6D, CF and A8. RGB value is (109,207,168). Sum of RGB (Red+Green+Blue) = 109+207+168=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFA8 is #923057. Grayscale: #ADADAD. Windows color (decimal): -9580632 or 11063149. OLE color: 11063149.
HSL color Cylindrical-coordinate representation of color #6DCFA8: hue angle of 156.12º 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 #6DCFA8 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 168 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.19 |
| HSL | 156.12º | 0.51% | 0.62% | - |
| HSV(B) | 156.12º | 0.47% | 0.81% | - |
| XYZ | 35.69 | 50.7 | 44.95 | - |
| YUV | 173.25 | 125.03 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 168 | 0.47 | 0 | 0.19 | 0.19 | 156.12 | 0.51 | 0.62 |
| Hex | 6D | CF | A8 | 2F | 0 | 13 | 13 | 9C | 33 | 3E |
| Octal | 155 | 317 | 250 | 57 | 0 | 23 | 23 | 234 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10101000 | 101111 | 0 | 10011 | 10011 | 10011100 | 110011 | 111110 |
Color Harmonies of #6DCFA8
Complementary color
Monochromatic Colors of #6DCFA8
Black with #6DCFA8
Text Example
Text Example
White with #6DCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFA8; }
p { color: rgb(109,207,168); }
H1.HeaderClassName
{
color: #6DCFA8;
}
.AnyTagClassName
{
color: #6DCFA8;
}
</style>
background-color css
<style>
a { background-color: #6DCFA8; }
a { background-color: rgb(109,207,168); }
div.DivClassName
{
background-color: #6DCFA8;
}
.BgClassName
{
background-color: #6DCFA8;
}
</style>
border-color css
<style>
span { border-color: #6DCFA8; }
span { border-color: rgb(109,207,168); }
td.TdClassName
{
border-color: #6DCFA8;
}
.TagClassName
{
border-color: #6DCFA8;
}
</style>