Shades of Aquamarine #6FFAE2
Tints of Aquamarine #6FFAE2
RGB
CMYK
RGB Variations
Color information
#6FFAE2 (or 0x6FFAE2) is known color: Aquamarine. HEX triplet: 6F, FA and E2. RGB value is (111,250,226). Sum of RGB (Red+Green+Blue) = 111+250+226=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAE2 is #90051D. Grayscale: #CDCDCD. Windows color (decimal): -9438494 or 14875247. OLE color: 14875247.
HSL color Cylindrical-coordinate representation of color #6FFAE2: hue angle of 169.64º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAE2 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 226 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.02 |
| HSL | 169.64º | 0.93% | 0.71% | - |
| HSV(B) | 169.64º | 0.56% | 0.98% | - |
| XYZ | 54.47 | 77.24 | 83.99 | - |
| YUV | 205.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 226 | 0.56 | 0 | 0.10 | 0.02 | 169.64 | 0.93 | 0.71 |
| Hex | 6F | FA | E2 | 38 | 0 | A | 2 | AA | 5D | 47 |
| Octal | 157 | 372 | 342 | 70 | 0 | 12 | 2 | 252 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11100010 | 111000 | 0 | 1010 | 10 | 10101010 | 1011101 | 1000111 |
Color Harmonies of #6FFAE2
Complementary color
Monochromatic Colors of #6FFAE2
Black with #6FFAE2
Text Example
Text Example
White with #6FFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAE2; }
p { color: rgb(111,250,226); }
H1.HeaderClassName
{
color: #6FFAE2;
}
.AnyTagClassName
{
color: #6FFAE2;
}
</style>
background-color css
<style>
a { background-color: #6FFAE2; }
a { background-color: rgb(111,250,226); }
div.DivClassName
{
background-color: #6FFAE2;
}
.BgClassName
{
background-color: #6FFAE2;
}
</style>
border-color css
<style>
span { border-color: #6FFAE2; }
span { border-color: rgb(111,250,226); }
td.TdClassName
{
border-color: #6FFAE2;
}
.TagClassName
{
border-color: #6FFAE2;
}
</style>