Shades of Aquamarine #6FFCBE
Tints of Aquamarine #6FFCBE
RGB
CMYK
RGB Variations
Color information
#6FFCBE (or 0x6FFCBE) is known color: Aquamarine. HEX triplet: 6F, FC and BE. RGB value is (111,252,190). Sum of RGB (Red+Green+Blue) = 111+252+190=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCBE is #900341. Grayscale: #CACACA. Windows color (decimal): -9438018 or 12516463. OLE color: 12516463.
HSL color Cylindrical-coordinate representation of color #6FFCBE: hue angle of 153.62º degrees, saturation: 0.96, 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 #6FFCBE is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 190 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.01 |
| HSL | 153.62º | 0.96% | 0.71% | - |
| HSV(B) | 153.62º | 0.56% | 0.99% | - |
| XYZ | 50.66 | 76.72 | 60.85 | - |
| YUV | 202.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 190 | 0.56 | 0 | 0.25 | 0.01 | 153.62 | 0.96 | 0.71 |
| Hex | 6F | FC | BE | 38 | 0 | 19 | 1 | 9A | 60 | 47 |
| Octal | 157 | 374 | 276 | 70 | 0 | 31 | 1 | 232 | 140 | 107 |
| Binary | 1101111 | 11111100 | 10111110 | 111000 | 0 | 11001 | 1 | 10011010 | 1100000 | 1000111 |
Color Harmonies of #6FFCBE
Complementary color
Monochromatic Colors of #6FFCBE
Black with #6FFCBE
Text Example
Text Example
White with #6FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCBE; }
p { color: rgb(111,252,190); }
H1.HeaderClassName
{
color: #6FFCBE;
}
.AnyTagClassName
{
color: #6FFCBE;
}
</style>
background-color css
<style>
a { background-color: #6FFCBE; }
a { background-color: rgb(111,252,190); }
div.DivClassName
{
background-color: #6FFCBE;
}
.BgClassName
{
background-color: #6FFCBE;
}
</style>
border-color css
<style>
span { border-color: #6FFCBE; }
span { border-color: rgb(111,252,190); }
td.TdClassName
{
border-color: #6FFCBE;
}
.TagClassName
{
border-color: #6FFCBE;
}
</style>