Shades of Aquamarine #6DF4BB
Tints of Aquamarine #6DF4BB
RGB
CMYK
RGB Variations
Color information
#6DF4BB (or 0x6DF4BB) is known color: Aquamarine. HEX triplet: 6D, F4 and BB. RGB value is (109,244,187). Sum of RGB (Red+Green+Blue) = 109+244+187=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #6DF4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF4BB is #920B44. Grayscale: #C5C5C5. Windows color (decimal): -9571141 or 12317805. OLE color: 12317805.
HSL color Cylindrical-coordinate representation of color #6DF4BB: hue angle of 154.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF4BB is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 244 | 187 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.04 |
| HSL | 154.67º | 0.86% | 0.69% | - |
| HSV(B) | 154.67º | 0.55% | 0.96% | - |
| XYZ | 47.63 | 71.54 | 58.31 | - |
| YUV | 197.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 244 | 187 | 0.55 | 0 | 0.23 | 0.04 | 154.67 | 0.86 | 0.69 |
| Hex | 6D | F4 | BB | 37 | 0 | 17 | 4 | 9B | 56 | 45 |
| Octal | 155 | 364 | 273 | 67 | 0 | 27 | 4 | 233 | 126 | 105 |
| Binary | 1101101 | 11110100 | 10111011 | 110111 | 0 | 10111 | 100 | 10011011 | 1010110 | 1000101 |
Color Harmonies of #6DF4BB
Complementary color
Monochromatic Colors of #6DF4BB
Black with #6DF4BB
Text Example
Text Example
White with #6DF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF4BB; }
p { color: rgb(109,244,187); }
H1.HeaderClassName
{
color: #6DF4BB;
}
.AnyTagClassName
{
color: #6DF4BB;
}
</style>
background-color css
<style>
a { background-color: #6DF4BB; }
a { background-color: rgb(109,244,187); }
div.DivClassName
{
background-color: #6DF4BB;
}
.BgClassName
{
background-color: #6DF4BB;
}
</style>
border-color css
<style>
span { border-color: #6DF4BB; }
span { border-color: rgb(109,244,187); }
td.TdClassName
{
border-color: #6DF4BB;
}
.TagClassName
{
border-color: #6DF4BB;
}
</style>