Shades of Aquamarine #6FFDBB
Tints of Aquamarine #6FFDBB
RGB
CMYK
RGB Variations
Color information
#6FFDBB (or 0x6FFDBB) is known color: Aquamarine. HEX triplet: 6F, FD and BB. RGB value is (111,253,187). Sum of RGB (Red+Green+Blue) = 111+253+187=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDBB is #900244. Grayscale: #CBCBCB. Windows color (decimal): -9437765 or 12320111. OLE color: 12320111.
HSL color Cylindrical-coordinate representation of color #6FFDBB: hue angle of 152.11º 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 #6FFDBB is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 187 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.01 |
| HSL | 152.11º | 0.97% | 0.71% | - |
| HSV(B) | 152.11º | 0.56% | 0.99% | - |
| XYZ | 50.65 | 77.22 | 59.25 | - |
| YUV | 203.02 | 118.96 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 187 | 0.56 | 0 | 0.26 | 0.01 | 152.11 | 0.97 | 0.71 |
| Hex | 6F | FD | BB | 38 | 0 | 1A | 1 | 98 | 61 | 47 |
| Octal | 157 | 375 | 273 | 70 | 0 | 32 | 1 | 230 | 141 | 107 |
| Binary | 1101111 | 11111101 | 10111011 | 111000 | 0 | 11010 | 1 | 10011000 | 1100001 | 1000111 |
Color Harmonies of #6FFDBB
Complementary color
Monochromatic Colors of #6FFDBB
Black with #6FFDBB
Text Example
Text Example
White with #6FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDBB; }
p { color: rgb(111,253,187); }
H1.HeaderClassName
{
color: #6FFDBB;
}
.AnyTagClassName
{
color: #6FFDBB;
}
</style>
background-color css
<style>
a { background-color: #6FFDBB; }
a { background-color: rgb(111,253,187); }
div.DivClassName
{
background-color: #6FFDBB;
}
.BgClassName
{
background-color: #6FFDBB;
}
</style>
border-color css
<style>
span { border-color: #6FFDBB; }
span { border-color: rgb(111,253,187); }
td.TdClassName
{
border-color: #6FFDBB;
}
.TagClassName
{
border-color: #6FFDBB;
}
</style>