Shades of Aquamarine #6FFDBF
Tints of Aquamarine #6FFDBF
RGB
CMYK
RGB Variations
Color information
#6FFDBF (or 0x6FFDBF) is known color: Aquamarine. HEX triplet: 6F, FD and BF. RGB value is (111,253,191). Sum of RGB (Red+Green+Blue) = 111+253+191=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDBF is #900240. Grayscale: #CBCBCB. Windows color (decimal): -9437761 or 12582255. OLE color: 12582255.
HSL color Cylindrical-coordinate representation of color #6FFDBF: hue angle of 153.8º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDBF is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 191 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.01 |
| HSL | 153.8º | 0.97% | 0.71% | - |
| HSV(B) | 153.8º | 0.56% | 0.99% | - |
| XYZ | 51.08 | 77.39 | 61.54 | - |
| YUV | 203.47 | 120.96 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 191 | 0.56 | 0 | 0.25 | 0.01 | 153.8 | 0.97 | 0.71 |
| Hex | 6F | FD | BF | 38 | 0 | 19 | 1 | 9A | 61 | 47 |
| Octal | 157 | 375 | 277 | 70 | 0 | 31 | 1 | 232 | 141 | 107 |
| Binary | 1101111 | 11111101 | 10111111 | 111000 | 0 | 11001 | 1 | 10011010 | 1100001 | 1000111 |
Color Harmonies of #6FFDBF
Complementary color
Monochromatic Colors of #6FFDBF
Black with #6FFDBF
Text Example
Text Example
White with #6FFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDBF; }
p { color: rgb(111,253,191); }
H1.HeaderClassName
{
color: #6FFDBF;
}
.AnyTagClassName
{
color: #6FFDBF;
}
</style>
background-color css
<style>
a { background-color: #6FFDBF; }
a { background-color: rgb(111,253,191); }
div.DivClassName
{
background-color: #6FFDBF;
}
.BgClassName
{
background-color: #6FFDBF;
}
</style>
border-color css
<style>
span { border-color: #6FFDBF; }
span { border-color: rgb(111,253,191); }
td.TdClassName
{
border-color: #6FFDBF;
}
.TagClassName
{
border-color: #6FFDBF;
}
</style>