Shades of Aquamarine #6FFADC
Tints of Aquamarine #6FFADC
RGB
CMYK
RGB Variations
Color information
#6FFADC (or 0x6FFADC) is known color: Aquamarine. HEX triplet: 6F, FA and DC. RGB value is (111,250,220). Sum of RGB (Red+Green+Blue) = 111+250+220=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFADC is #900523. Grayscale: #CDCDCD. Windows color (decimal): -9438500 or 14482031. OLE color: 14482031.
HSL color Cylindrical-coordinate representation of color #6FFADC: hue angle of 167.05º 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 #6FFADC is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 220 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.02 |
| HSL | 167.05º | 0.93% | 0.71% | - |
| HSV(B) | 167.05º | 0.56% | 0.98% | - |
| XYZ | 53.66 | 76.92 | 79.73 | - |
| YUV | 205.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 220 | 0.56 | 0 | 0.12 | 0.02 | 167.05 | 0.93 | 0.71 |
| Hex | 6F | FA | DC | 38 | 0 | C | 2 | A7 | 5D | 47 |
| Octal | 157 | 372 | 334 | 70 | 0 | 14 | 2 | 247 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11011100 | 111000 | 0 | 1100 | 10 | 10100111 | 1011101 | 1000111 |
Color Harmonies of #6FFADC
Complementary color
Monochromatic Colors of #6FFADC
Black with #6FFADC
Text Example
Text Example
White with #6FFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFADC; }
p { color: rgb(111,250,220); }
H1.HeaderClassName
{
color: #6FFADC;
}
.AnyTagClassName
{
color: #6FFADC;
}
</style>
background-color css
<style>
a { background-color: #6FFADC; }
a { background-color: rgb(111,250,220); }
div.DivClassName
{
background-color: #6FFADC;
}
.BgClassName
{
background-color: #6FFADC;
}
</style>
border-color css
<style>
span { border-color: #6FFADC; }
span { border-color: rgb(111,250,220); }
td.TdClassName
{
border-color: #6FFADC;
}
.TagClassName
{
border-color: #6FFADC;
}
</style>