Shades of Aquamarine #6DFAC1
Tints of Aquamarine #6DFAC1
RGB
CMYK
RGB Variations
Color information
#6DFAC1 (or 0x6DFAC1) is known color: Aquamarine. HEX triplet: 6D, FA and C1. RGB value is (109,250,193). Sum of RGB (Red+Green+Blue) = 109+250+193=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAC1 is #92053E. Grayscale: #C9C9C9. Windows color (decimal): -9569599 or 12712557. OLE color: 12712557.
HSL color Cylindrical-coordinate representation of color #6DFAC1: hue angle of 155.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAC1 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 193 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.02 |
| HSL | 155.74º | 0.93% | 0.7% | - |
| HSV(B) | 155.74º | 0.56% | 0.98% | - |
| XYZ | 50.12 | 75.47 | 62.38 | - |
| YUV | 201.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 193 | 0.56 | 0 | 0.23 | 0.02 | 155.74 | 0.93 | 0.7 |
| Hex | 6D | FA | C1 | 38 | 0 | 17 | 2 | 9C | 5D | 46 |
| Octal | 155 | 372 | 301 | 70 | 0 | 27 | 2 | 234 | 135 | 106 |
| Binary | 1101101 | 11111010 | 11000001 | 111000 | 0 | 10111 | 10 | 10011100 | 1011101 | 1000110 |
Color Harmonies of #6DFAC1
Complementary color
Monochromatic Colors of #6DFAC1
Black with #6DFAC1
Text Example
Text Example
White with #6DFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAC1; }
p { color: rgb(109,250,193); }
H1.HeaderClassName
{
color: #6DFAC1;
}
.AnyTagClassName
{
color: #6DFAC1;
}
</style>
background-color css
<style>
a { background-color: #6DFAC1; }
a { background-color: rgb(109,250,193); }
div.DivClassName
{
background-color: #6DFAC1;
}
.BgClassName
{
background-color: #6DFAC1;
}
</style>
border-color css
<style>
span { border-color: #6DFAC1; }
span { border-color: rgb(109,250,193); }
td.TdClassName
{
border-color: #6DFAC1;
}
.TagClassName
{
border-color: #6DFAC1;
}
</style>