Shades of Aquamarine #6FFEBC
Tints of Aquamarine #6FFEBC
RGB
CMYK
RGB Variations
Color information
#6FFEBC (or 0x6FFEBC) is known color: Aquamarine. HEX triplet: 6F, FE and BC. RGB value is (111,254,188). Sum of RGB (Red+Green+Blue) = 111+254+188=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFEBC is #900143. Grayscale: #CBCBCB. Windows color (decimal): -9437508 or 12385903. OLE color: 12385903.
HSL color Cylindrical-coordinate representation of color #6FFEBC: hue angle of 152.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFEBC is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 254 | 188 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.00 |
| HSL | 152.31º | 0.99% | 0.72% | - |
| HSV(B) | 152.31º | 0.56% | 1% | - |
| XYZ | 51.07 | 77.89 | 59.92 | - |
| YUV | 203.72 | 119.12 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 254 | 188 | 0.56 | 0 | 0.26 | 0.00 | 152.31 | 0.99 | 0.72 |
| Hex | 6F | FE | BC | 38 | 0 | 1A | 0 | 98 | 63 | 48 |
| Octal | 157 | 376 | 274 | 70 | 0 | 32 | 0 | 230 | 143 | 110 |
| Binary | 1101111 | 11111110 | 10111100 | 111000 | 0 | 11010 | 0 | 10011000 | 1100011 | 1001000 |
Color Harmonies of #6FFEBC
Complementary color
Monochromatic Colors of #6FFEBC
Black with #6FFEBC
Text Example
Text Example
White with #6FFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFEBC; }
p { color: rgb(111,254,188); }
H1.HeaderClassName
{
color: #6FFEBC;
}
.AnyTagClassName
{
color: #6FFEBC;
}
</style>
background-color css
<style>
a { background-color: #6FFEBC; }
a { background-color: rgb(111,254,188); }
div.DivClassName
{
background-color: #6FFEBC;
}
.BgClassName
{
background-color: #6FFEBC;
}
</style>
border-color css
<style>
span { border-color: #6FFEBC; }
span { border-color: rgb(111,254,188); }
td.TdClassName
{
border-color: #6FFEBC;
}
.TagClassName
{
border-color: #6FFEBC;
}
</style>