Shades of Aquamarine #6DFFC5
Tints of Aquamarine #6DFFC5
RGB
CMYK
RGB Variations
Color information
#6DFFC5 (or 0x6DFFC5) is known color: Aquamarine. HEX triplet: 6D, FF and C5. RGB value is (109,255,197). Sum of RGB (Red+Green+Blue) = 109+255+197=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFC5 is #92003A. Grayscale: #CCCCCC. Windows color (decimal): -9568315 or 12975981. OLE color: 12975981.
HSL color Cylindrical-coordinate representation of color #6DFFC5: hue angle of 156.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFC5 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 197 | - |
| CMYK | 0.57 | 0 | 0.23 | 0 |
| HSL | 156.16º | 1% | 0.71% | - |
| HSV(B) | 156.16º | 0.57% | 1% | - |
| XYZ | 52.14 | 78.8 | 65.29 | - |
| YUV | 204.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 197 | 0.57 | 0 | 0.23 | 0 | 156.16 | 1 | 0.71 |
| Hex | 6D | FF | C5 | 39 | 0 | 17 | 0 | 9C | 64 | 47 |
| Octal | 155 | 377 | 305 | 71 | 0 | 27 | 0 | 234 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11000101 | 111001 | 0 | 10111 | 0 | 10011100 | 1100100 | 1000111 |
Color Harmonies of #6DFFC5
Complementary color
Monochromatic Colors of #6DFFC5
Black with #6DFFC5
Text Example
Text Example
White with #6DFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFC5; }
p { color: rgb(109,255,197); }
H1.HeaderClassName
{
color: #6DFFC5;
}
.AnyTagClassName
{
color: #6DFFC5;
}
</style>
background-color css
<style>
a { background-color: #6DFFC5; }
a { background-color: rgb(109,255,197); }
div.DivClassName
{
background-color: #6DFFC5;
}
.BgClassName
{
background-color: #6DFFC5;
}
</style>
border-color css
<style>
span { border-color: #6DFFC5; }
span { border-color: rgb(109,255,197); }
td.TdClassName
{
border-color: #6DFFC5;
}
.TagClassName
{
border-color: #6DFFC5;
}
</style>