Shades of Aquamarine #6BFADB
Tints of Aquamarine #6BFADB
RGB
CMYK
RGB Variations
Color information
#6BFADB (or 0x6BFADB) is known color: Aquamarine. HEX triplet: 6B, FA and DB. RGB value is (107,250,219). Sum of RGB (Red+Green+Blue) = 107+250+219=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFADB is #940524. Grayscale: #CBCBCB. Windows color (decimal): -9700645 or 14416491. OLE color: 14416491.
HSL color Cylindrical-coordinate representation of color #6BFADB: hue angle of 166.99º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFADB is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 219 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.02 |
| HSL | 166.99º | 0.93% | 0.7% | - |
| HSV(B) | 166.99º | 0.57% | 0.98% | - |
| XYZ | 53.04 | 76.61 | 79.01 | - |
| YUV | 203.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 219 | 0.57 | 0 | 0.12 | 0.02 | 166.99 | 0.93 | 0.7 |
| Hex | 6B | FA | DB | 39 | 0 | C | 2 | A7 | 5D | 46 |
| Octal | 153 | 372 | 333 | 71 | 0 | 14 | 2 | 247 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11011011 | 111001 | 0 | 1100 | 10 | 10100111 | 1011101 | 1000110 |
Color Harmonies of #6BFADB
Complementary color
Monochromatic Colors of #6BFADB
Black with #6BFADB
Text Example
Text Example
White with #6BFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFADB; }
p { color: rgb(107,250,219); }
H1.HeaderClassName
{
color: #6BFADB;
}
.AnyTagClassName
{
color: #6BFADB;
}
</style>
background-color css
<style>
a { background-color: #6BFADB; }
a { background-color: rgb(107,250,219); }
div.DivClassName
{
background-color: #6BFADB;
}
.BgClassName
{
background-color: #6BFADB;
}
</style>
border-color css
<style>
span { border-color: #6BFADB; }
span { border-color: rgb(107,250,219); }
td.TdClassName
{
border-color: #6BFADB;
}
.TagClassName
{
border-color: #6BFADB;
}
</style>