Shades of Aquamarine #6FFAE3
Tints of Aquamarine #6FFAE3
RGB
CMYK
RGB Variations
Color information
#6FFAE3 (or 0x6FFAE3) is known color: Aquamarine. HEX triplet: 6F, FA and E3. RGB value is (111,250,227). Sum of RGB (Red+Green+Blue) = 111+250+227=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAE3 is #90051C. Grayscale: #CDCDCD. Windows color (decimal): -9438493 or 14940783. OLE color: 14940783.
HSL color Cylindrical-coordinate representation of color #6FFAE3: hue angle of 170.07º 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 #6FFAE3 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 227 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.02 |
| HSL | 170.07º | 0.93% | 0.71% | - |
| HSV(B) | 170.07º | 0.56% | 0.98% | - |
| XYZ | 54.61 | 77.3 | 84.71 | - |
| YUV | 205.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 227 | 0.56 | 0 | 0.09 | 0.02 | 170.07 | 0.93 | 0.71 |
| Hex | 6F | FA | E3 | 38 | 0 | 9 | 2 | AA | 5D | 47 |
| Octal | 157 | 372 | 343 | 70 | 0 | 11 | 2 | 252 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11100011 | 111000 | 0 | 1001 | 10 | 10101010 | 1011101 | 1000111 |
Color Harmonies of #6FFAE3
Complementary color
Monochromatic Colors of #6FFAE3
Black with #6FFAE3
Text Example
Text Example
White with #6FFAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAE3; }
p { color: rgb(111,250,227); }
H1.HeaderClassName
{
color: #6FFAE3;
}
.AnyTagClassName
{
color: #6FFAE3;
}
</style>
background-color css
<style>
a { background-color: #6FFAE3; }
a { background-color: rgb(111,250,227); }
div.DivClassName
{
background-color: #6FFAE3;
}
.BgClassName
{
background-color: #6FFAE3;
}
</style>
border-color css
<style>
span { border-color: #6FFAE3; }
span { border-color: rgb(111,250,227); }
td.TdClassName
{
border-color: #6FFAE3;
}
.TagClassName
{
border-color: #6FFAE3;
}
</style>