Shades of Aquamarine #6BFADC
Tints of Aquamarine #6BFADC
RGB
CMYK
RGB Variations
Color information
#6BFADC (or 0x6BFADC) is known color: Aquamarine. HEX triplet: 6B, FA and DC. RGB value is (107,250,220). Sum of RGB (Red+Green+Blue) = 107+250+220=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFADC is #940523. Grayscale: #CBCBCB. Windows color (decimal): -9700644 or 14482027. OLE color: 14482027.
HSL color Cylindrical-coordinate representation of color #6BFADC: hue angle of 167.41º 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 #6BFADC is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 220 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.02 |
| HSL | 167.41º | 0.93% | 0.7% | - |
| HSV(B) | 167.41º | 0.57% | 0.98% | - |
| XYZ | 53.17 | 76.66 | 79.71 | - |
| YUV | 203.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 220 | 0.57 | 0 | 0.12 | 0.02 | 167.41 | 0.93 | 0.7 |
| Hex | 6B | FA | DC | 39 | 0 | C | 2 | A7 | 5D | 46 |
| Octal | 153 | 372 | 334 | 71 | 0 | 14 | 2 | 247 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11011100 | 111001 | 0 | 1100 | 10 | 10100111 | 1011101 | 1000110 |
Color Harmonies of #6BFADC
Complementary color
Monochromatic Colors of #6BFADC
Black with #6BFADC
Text Example
Text Example
White with #6BFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFADC; }
p { color: rgb(107,250,220); }
H1.HeaderClassName
{
color: #6BFADC;
}
.AnyTagClassName
{
color: #6BFADC;
}
</style>
background-color css
<style>
a { background-color: #6BFADC; }
a { background-color: rgb(107,250,220); }
div.DivClassName
{
background-color: #6BFADC;
}
.BgClassName
{
background-color: #6BFADC;
}
</style>
border-color css
<style>
span { border-color: #6BFADC; }
span { border-color: rgb(107,250,220); }
td.TdClassName
{
border-color: #6BFADC;
}
.TagClassName
{
border-color: #6BFADC;
}
</style>