Shades of Aquamarine #6FFFBE
Tints of Aquamarine #6FFFBE
RGB
CMYK
RGB Variations
Color information
#6FFFBE (or 0x6FFFBE) is known color: Aquamarine. HEX triplet: 6F, FF and BE. RGB value is (111,255,190). Sum of RGB (Red+Green+Blue) = 111+255+190=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFBE is #900041. Grayscale: #CCCCCC. Windows color (decimal): -9437250 or 12517231. OLE color: 12517231.
HSL color Cylindrical-coordinate representation of color #6FFFBE: hue angle of 152.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFBE is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 190 | - |
| CMYK | 0.56 | 0 | 0.25 | 0 |
| HSL | 152.92º | 1% | 0.72% | - |
| HSV(B) | 152.92º | 0.56% | 1% | - |
| XYZ | 51.61 | 78.62 | 61.17 | - |
| YUV | 204.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 190 | 0.56 | 0 | 0.25 | 0 | 152.92 | 1 | 0.72 |
| Hex | 6F | FF | BE | 38 | 0 | 19 | 0 | 99 | 64 | 48 |
| Octal | 157 | 377 | 276 | 70 | 0 | 31 | 0 | 231 | 144 | 110 |
| Binary | 1101111 | 11111111 | 10111110 | 111000 | 0 | 11001 | 0 | 10011001 | 1100100 | 1001000 |
Color Harmonies of #6FFFBE
Complementary color
Monochromatic Colors of #6FFFBE
Black with #6FFFBE
Text Example
Text Example
White with #6FFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFBE; }
p { color: rgb(111,255,190); }
H1.HeaderClassName
{
color: #6FFFBE;
}
.AnyTagClassName
{
color: #6FFFBE;
}
</style>
background-color css
<style>
a { background-color: #6FFFBE; }
a { background-color: rgb(111,255,190); }
div.DivClassName
{
background-color: #6FFFBE;
}
.BgClassName
{
background-color: #6FFFBE;
}
</style>
border-color css
<style>
span { border-color: #6FFFBE; }
span { border-color: rgb(111,255,190); }
td.TdClassName
{
border-color: #6FFFBE;
}
.TagClassName
{
border-color: #6FFFBE;
}
</style>