Shades of Aquamarine #6DFFB2
Tints of Aquamarine #6DFFB2
RGB
CMYK
RGB Variations
Color information
#6DFFB2 (or 0x6DFFB2) is known color: Aquamarine. HEX triplet: 6D, FF and B2. RGB value is (109,255,178). Sum of RGB (Red+Green+Blue) = 109+255+178=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFFB2 is #92004D. Grayscale: #CACACA. Windows color (decimal): -9568334 or 11730797. OLE color: 11730797.
HSL color Cylindrical-coordinate representation of color #6DFFB2: hue angle of 148.36º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFB2 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 178 | - |
| CMYK | 0.57 | 0 | 0.30 | 0 |
| HSL | 148.36º | 1% | 0.71% | - |
| HSV(B) | 148.36º | 0.57% | 1% | - |
| XYZ | 50.1 | 77.99 | 54.53 | - |
| YUV | 202.57 | 114.13 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 178 | 0.57 | 0 | 0.30 | 0 | 148.36 | 1 | 0.71 |
| Hex | 6D | FF | B2 | 39 | 0 | 1E | 0 | 94 | 64 | 47 |
| Octal | 155 | 377 | 262 | 71 | 0 | 36 | 0 | 224 | 144 | 107 |
| Binary | 1101101 | 11111111 | 10110010 | 111001 | 0 | 11110 | 0 | 10010100 | 1100100 | 1000111 |
Color Harmonies of #6DFFB2
Complementary color
Monochromatic Colors of #6DFFB2
Black with #6DFFB2
Text Example
Text Example
White with #6DFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFB2; }
p { color: rgb(109,255,178); }
H1.HeaderClassName
{
color: #6DFFB2;
}
.AnyTagClassName
{
color: #6DFFB2;
}
</style>
background-color css
<style>
a { background-color: #6DFFB2; }
a { background-color: rgb(109,255,178); }
div.DivClassName
{
background-color: #6DFFB2;
}
.BgClassName
{
background-color: #6DFFB2;
}
</style>
border-color css
<style>
span { border-color: #6DFFB2; }
span { border-color: rgb(109,255,178); }
td.TdClassName
{
border-color: #6DFFB2;
}
.TagClassName
{
border-color: #6DFFB2;
}
</style>