Shades of Aquamarine #6DFAB7
Tints of Aquamarine #6DFAB7
RGB
CMYK
RGB Variations
Color information
#6DFAB7 (or 0x6DFAB7) is known color: Aquamarine. HEX triplet: 6D, FA and B7. RGB value is (109,250,183). Sum of RGB (Red+Green+Blue) = 109+250+183=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAB7 is #920548. Grayscale: #C8C8C8. Windows color (decimal): -9569609 or 12057197. OLE color: 12057197.
HSL color Cylindrical-coordinate representation of color #6DFAB7: hue angle of 151.49º 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 #6DFAB7 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 183 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.02 |
| HSL | 151.49º | 0.93% | 0.7% | - |
| HSV(B) | 151.49º | 0.56% | 0.98% | - |
| XYZ | 49.04 | 75.04 | 56.7 | - |
| YUV | 200.2 | 118.29 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 183 | 0.56 | 0 | 0.27 | 0.02 | 151.49 | 0.93 | 0.7 |
| Hex | 6D | FA | B7 | 38 | 0 | 1B | 2 | 97 | 5D | 46 |
| Octal | 155 | 372 | 267 | 70 | 0 | 33 | 2 | 227 | 135 | 106 |
| Binary | 1101101 | 11111010 | 10110111 | 111000 | 0 | 11011 | 10 | 10010111 | 1011101 | 1000110 |
Color Harmonies of #6DFAB7
Complementary color
Monochromatic Colors of #6DFAB7
Black with #6DFAB7
Text Example
Text Example
White with #6DFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAB7; }
p { color: rgb(109,250,183); }
H1.HeaderClassName
{
color: #6DFAB7;
}
.AnyTagClassName
{
color: #6DFAB7;
}
</style>
background-color css
<style>
a { background-color: #6DFAB7; }
a { background-color: rgb(109,250,183); }
div.DivClassName
{
background-color: #6DFAB7;
}
.BgClassName
{
background-color: #6DFAB7;
}
</style>
border-color css
<style>
span { border-color: #6DFAB7; }
span { border-color: rgb(109,250,183); }
td.TdClassName
{
border-color: #6DFAB7;
}
.TagClassName
{
border-color: #6DFAB7;
}
</style>