Shades of Aquamarine #6FFAD6
Tints of Aquamarine #6FFAD6
RGB
CMYK
RGB Variations
Color information
#6FFAD6 (or 0x6FFAD6) is known color: Aquamarine. HEX triplet: 6F, FA and D6. RGB value is (111,250,214). Sum of RGB (Red+Green+Blue) = 111+250+214=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAD6 is #900529. Grayscale: #CCCCCC. Windows color (decimal): -9438506 or 14088815. OLE color: 14088815.
HSL color Cylindrical-coordinate representation of color #6FFAD6: hue angle of 164.46º 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 #6FFAD6 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 214 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.02 |
| HSL | 164.46º | 0.93% | 0.71% | - |
| HSV(B) | 164.46º | 0.56% | 0.98% | - |
| XYZ | 52.88 | 76.61 | 75.62 | - |
| YUV | 204.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 214 | 0.56 | 0 | 0.14 | 0.02 | 164.46 | 0.93 | 0.71 |
| Hex | 6F | FA | D6 | 38 | 0 | E | 2 | A4 | 5D | 47 |
| Octal | 157 | 372 | 326 | 70 | 0 | 16 | 2 | 244 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11010110 | 111000 | 0 | 1110 | 10 | 10100100 | 1011101 | 1000111 |
Color Harmonies of #6FFAD6
Complementary color
Monochromatic Colors of #6FFAD6
Black with #6FFAD6
Text Example
Text Example
White with #6FFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAD6; }
p { color: rgb(111,250,214); }
H1.HeaderClassName
{
color: #6FFAD6;
}
.AnyTagClassName
{
color: #6FFAD6;
}
</style>
background-color css
<style>
a { background-color: #6FFAD6; }
a { background-color: rgb(111,250,214); }
div.DivClassName
{
background-color: #6FFAD6;
}
.BgClassName
{
background-color: #6FFAD6;
}
</style>
border-color css
<style>
span { border-color: #6FFAD6; }
span { border-color: rgb(111,250,214); }
td.TdClassName
{
border-color: #6FFAD6;
}
.TagClassName
{
border-color: #6FFAD6;
}
</style>