Shades of Aquamarine #6FF2B9
Tints of Aquamarine #6FF2B9
RGB
CMYK
RGB Variations
Color information
#6FF2B9 (or 0x6FF2B9) is known color: Aquamarine. HEX triplet: 6F, F2 and B9. RGB value is (111,242,185). Sum of RGB (Red+Green+Blue) = 111+242+185=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2B9 is #900D46. Grayscale: #C4C4C4. Windows color (decimal): -9440583 or 12186223. OLE color: 12186223.
HSL color Cylindrical-coordinate representation of color #6FF2B9: hue angle of 153.89º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2B9 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 185 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.05 |
| HSL | 153.89º | 0.83% | 0.69% | - |
| HSV(B) | 153.89º | 0.54% | 0.95% | - |
| XYZ | 47.06 | 70.39 | 57 | - |
| YUV | 196.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 185 | 0.54 | 0 | 0.24 | 0.05 | 153.89 | 0.83 | 0.69 |
| Hex | 6F | F2 | B9 | 36 | 0 | 18 | 5 | 9A | 53 | 45 |
| Octal | 157 | 362 | 271 | 66 | 0 | 30 | 5 | 232 | 123 | 105 |
| Binary | 1101111 | 11110010 | 10111001 | 110110 | 0 | 11000 | 101 | 10011010 | 1010011 | 1000101 |
Color Harmonies of #6FF2B9
Complementary color
Monochromatic Colors of #6FF2B9
Black with #6FF2B9
Text Example
Text Example
White with #6FF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF2B9; }
p { color: rgb(111,242,185); }
H1.HeaderClassName
{
color: #6FF2B9;
}
.AnyTagClassName
{
color: #6FF2B9;
}
</style>
background-color css
<style>
a { background-color: #6FF2B9; }
a { background-color: rgb(111,242,185); }
div.DivClassName
{
background-color: #6FF2B9;
}
.BgClassName
{
background-color: #6FF2B9;
}
</style>
border-color css
<style>
span { border-color: #6FF2B9; }
span { border-color: rgb(111,242,185); }
td.TdClassName
{
border-color: #6FF2B9;
}
.TagClassName
{
border-color: #6FF2B9;
}
</style>