Shades of Aquamarine #6DF9BB
Tints of Aquamarine #6DF9BB
RGB
CMYK
RGB Variations
Color information
#6DF9BB (or 0x6DF9BB) is known color: Aquamarine. HEX triplet: 6D, F9 and BB. RGB value is (109,249,187). Sum of RGB (Red+Green+Blue) = 109+249+187=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #6DF9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF9BB is #920644. Grayscale: #C8C8C8. Windows color (decimal): -9569861 or 12319085. OLE color: 12319085.
HSL color Cylindrical-coordinate representation of color #6DF9BB: hue angle of 153.43º degrees, saturation: 0.92, 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 #6DF9BB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 249 | 187 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.02 |
| HSL | 153.43º | 0.92% | 0.7% | - |
| HSV(B) | 153.43º | 0.56% | 0.98% | - |
| XYZ | 49.15 | 74.59 | 58.82 | - |
| YUV | 200.07 | 120.62 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 249 | 187 | 0.56 | 0 | 0.25 | 0.02 | 153.43 | 0.92 | 0.7 |
| Hex | 6D | F9 | BB | 38 | 0 | 19 | 2 | 99 | 5C | 46 |
| Octal | 155 | 371 | 273 | 70 | 0 | 31 | 2 | 231 | 134 | 106 |
| Binary | 1101101 | 11111001 | 10111011 | 111000 | 0 | 11001 | 10 | 10011001 | 1011100 | 1000110 |
Color Harmonies of #6DF9BB
Complementary color
Monochromatic Colors of #6DF9BB
Black with #6DF9BB
Text Example
Text Example
White with #6DF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF9BB; }
p { color: rgb(109,249,187); }
H1.HeaderClassName
{
color: #6DF9BB;
}
.AnyTagClassName
{
color: #6DF9BB;
}
</style>
background-color css
<style>
a { background-color: #6DF9BB; }
a { background-color: rgb(109,249,187); }
div.DivClassName
{
background-color: #6DF9BB;
}
.BgClassName
{
background-color: #6DF9BB;
}
</style>
border-color css
<style>
span { border-color: #6DF9BB; }
span { border-color: rgb(109,249,187); }
td.TdClassName
{
border-color: #6DF9BB;
}
.TagClassName
{
border-color: #6DF9BB;
}
</style>