Shades of Aquamarine #6DFFC3
Tints of Aquamarine #6DFFC3
RGB
CMYK
RGB Variations
Color information
#6DFFC3 (or 0x6DFFC3) is known color: Aquamarine. HEX triplet: 6D, FF and C3. RGB value is (109,255,195). Sum of RGB (Red+Green+Blue) = 109+255+195=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFC3 is #92003C. Grayscale: #CCCCCC. Windows color (decimal): -9568317 or 12844909. OLE color: 12844909.
HSL color Cylindrical-coordinate representation of color #6DFFC3: hue angle of 155.34º 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 #6DFFC3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 195 | - |
| CMYK | 0.57 | 0 | 0.24 | 0 |
| HSL | 155.34º | 1% | 0.71% | - |
| HSV(B) | 155.34º | 0.57% | 1% | - |
| XYZ | 51.92 | 78.71 | 64.09 | - |
| YUV | 204.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 195 | 0.57 | 0 | 0.24 | 0 | 155.34 | 1 | 0.71 |
| Hex | 6D | FF | C3 | 39 | 0 | 18 | 0 | 9B | 64 | 47 |
| Octal | 155 | 377 | 303 | 71 | 0 | 30 | 0 | 233 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11000011 | 111001 | 0 | 11000 | 0 | 10011011 | 1100100 | 1000111 |
Color Harmonies of #6DFFC3
Complementary color
Monochromatic Colors of #6DFFC3
Black with #6DFFC3
Text Example
Text Example
White with #6DFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFC3; }
p { color: rgb(109,255,195); }
H1.HeaderClassName
{
color: #6DFFC3;
}
.AnyTagClassName
{
color: #6DFFC3;
}
</style>
background-color css
<style>
a { background-color: #6DFFC3; }
a { background-color: rgb(109,255,195); }
div.DivClassName
{
background-color: #6DFFC3;
}
.BgClassName
{
background-color: #6DFFC3;
}
</style>
border-color css
<style>
span { border-color: #6DFFC3; }
span { border-color: rgb(109,255,195); }
td.TdClassName
{
border-color: #6DFFC3;
}
.TagClassName
{
border-color: #6DFFC3;
}
</style>