Shades of Aquamarine #6DFAB8
Tints of Aquamarine #6DFAB8
RGB
CMYK
RGB Variations
Color information
#6DFAB8 (or 0x6DFAB8) is known color: Aquamarine. HEX triplet: 6D, FA and B8. RGB value is (109,250,184). Sum of RGB (Red+Green+Blue) = 109+250+184=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAB8 is #920547. Grayscale: #C8C8C8. Windows color (decimal): -9569608 or 12122733. OLE color: 12122733.
HSL color Cylindrical-coordinate representation of color #6DFAB8: hue angle of 151.91º 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 #6DFAB8 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 184 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.02 |
| HSL | 151.91º | 0.93% | 0.7% | - |
| HSV(B) | 151.91º | 0.56% | 0.98% | - |
| XYZ | 49.14 | 75.08 | 57.25 | - |
| YUV | 200.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 184 | 0.56 | 0 | 0.26 | 0.02 | 151.91 | 0.93 | 0.7 |
| Hex | 6D | FA | B8 | 38 | 0 | 1A | 2 | 98 | 5D | 46 |
| Octal | 155 | 372 | 270 | 70 | 0 | 32 | 2 | 230 | 135 | 106 |
| Binary | 1101101 | 11111010 | 10111000 | 111000 | 0 | 11010 | 10 | 10011000 | 1011101 | 1000110 |
Color Harmonies of #6DFAB8
Complementary color
Monochromatic Colors of #6DFAB8
Black with #6DFAB8
Text Example
Text Example
White with #6DFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAB8; }
p { color: rgb(109,250,184); }
H1.HeaderClassName
{
color: #6DFAB8;
}
.AnyTagClassName
{
color: #6DFAB8;
}
</style>
background-color css
<style>
a { background-color: #6DFAB8; }
a { background-color: rgb(109,250,184); }
div.DivClassName
{
background-color: #6DFAB8;
}
.BgClassName
{
background-color: #6DFAB8;
}
</style>
border-color css
<style>
span { border-color: #6DFAB8; }
span { border-color: rgb(109,250,184); }
td.TdClassName
{
border-color: #6DFAB8;
}
.TagClassName
{
border-color: #6DFAB8;
}
</style>