Shades of Aquamarine #6BFADA
Tints of Aquamarine #6BFADA
RGB
CMYK
RGB Variations
Color information
#6BFADA (or 0x6BFADA) is known color: Aquamarine. HEX triplet: 6B, FA and DA. RGB value is (107,250,218). Sum of RGB (Red+Green+Blue) = 107+250+218=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFADA is #940525. Grayscale: #CBCBCB. Windows color (decimal): -9700646 or 14350955. OLE color: 14350955.
HSL color Cylindrical-coordinate representation of color #6BFADA: hue angle of 166.57º 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 #6BFADA is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 218 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.02 |
| HSL | 166.57º | 0.93% | 0.7% | - |
| HSV(B) | 166.57º | 0.57% | 0.98% | - |
| XYZ | 52.9 | 76.56 | 78.32 | - |
| YUV | 203.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 218 | 0.57 | 0 | 0.13 | 0.02 | 166.57 | 0.93 | 0.7 |
| Hex | 6B | FA | DA | 39 | 0 | D | 2 | A7 | 5D | 46 |
| Octal | 153 | 372 | 332 | 71 | 0 | 15 | 2 | 247 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11011010 | 111001 | 0 | 1101 | 10 | 10100111 | 1011101 | 1000110 |
Color Harmonies of #6BFADA
Complementary color
Monochromatic Colors of #6BFADA
Black with #6BFADA
Text Example
Text Example
White with #6BFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFADA; }
p { color: rgb(107,250,218); }
H1.HeaderClassName
{
color: #6BFADA;
}
.AnyTagClassName
{
color: #6BFADA;
}
</style>
background-color css
<style>
a { background-color: #6BFADA; }
a { background-color: rgb(107,250,218); }
div.DivClassName
{
background-color: #6BFADA;
}
.BgClassName
{
background-color: #6BFADA;
}
</style>
border-color css
<style>
span { border-color: #6BFADA; }
span { border-color: rgb(107,250,218); }
td.TdClassName
{
border-color: #6BFADA;
}
.TagClassName
{
border-color: #6BFADA;
}
</style>