Shades of Aquamarine #6FFADB
Tints of Aquamarine #6FFADB
RGB
CMYK
RGB Variations
Color information
#6FFADB (or 0x6FFADB) is known color: Aquamarine. HEX triplet: 6F, FA and DB. RGB value is (111,250,219). Sum of RGB (Red+Green+Blue) = 111+250+219=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFADB is #900524. Grayscale: #CCCCCC. Windows color (decimal): -9438501 or 14416495. OLE color: 14416495.
HSL color Cylindrical-coordinate representation of color #6FFADB: hue angle of 166.62º 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 #6FFADB is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 219 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.02 |
| HSL | 166.62º | 0.93% | 0.71% | - |
| HSV(B) | 166.62º | 0.56% | 0.98% | - |
| XYZ | 53.53 | 76.87 | 79.03 | - |
| YUV | 204.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 219 | 0.56 | 0 | 0.12 | 0.02 | 166.62 | 0.93 | 0.71 |
| Hex | 6F | FA | DB | 38 | 0 | C | 2 | A7 | 5D | 47 |
| Octal | 157 | 372 | 333 | 70 | 0 | 14 | 2 | 247 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11011011 | 111000 | 0 | 1100 | 10 | 10100111 | 1011101 | 1000111 |
Color Harmonies of #6FFADB
Complementary color
Monochromatic Colors of #6FFADB
Black with #6FFADB
Text Example
Text Example
White with #6FFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFADB; }
p { color: rgb(111,250,219); }
H1.HeaderClassName
{
color: #6FFADB;
}
.AnyTagClassName
{
color: #6FFADB;
}
</style>
background-color css
<style>
a { background-color: #6FFADB; }
a { background-color: rgb(111,250,219); }
div.DivClassName
{
background-color: #6FFADB;
}
.BgClassName
{
background-color: #6FFADB;
}
</style>
border-color css
<style>
span { border-color: #6FFADB; }
span { border-color: rgb(111,250,219); }
td.TdClassName
{
border-color: #6FFADB;
}
.TagClassName
{
border-color: #6FFADB;
}
</style>