Shades of Aquamarine #6BFCDC
Tints of Aquamarine #6BFCDC
RGB
CMYK
RGB Variations
Color information
#6BFCDC (or 0x6BFCDC) is known color: Aquamarine. HEX triplet: 6B, FC and DC. RGB value is (107,252,220). Sum of RGB (Red+Green+Blue) = 107+252+220=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCDC is #940323. Grayscale: #CCCCCC. Windows color (decimal): -9700132 or 14482539. OLE color: 14482539.
HSL color Cylindrical-coordinate representation of color #6BFCDC: hue angle of 166.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCDC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 220 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.76º | 0.96% | 0.7% | - |
| HSV(B) | 166.76º | 0.58% | 0.99% | - |
| XYZ | 53.79 | 77.91 | 79.91 | - |
| YUV | 205 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 220 | 0.58 | 0 | 0.13 | 0.01 | 166.76 | 0.96 | 0.7 |
| Hex | 6B | FC | DC | 3A | 0 | D | 1 | A7 | 60 | 46 |
| Octal | 153 | 374 | 334 | 72 | 0 | 15 | 1 | 247 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11011100 | 111010 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000110 |
Color Harmonies of #6BFCDC
Complementary color
Monochromatic Colors of #6BFCDC
Black with #6BFCDC
Text Example
Text Example
White with #6BFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCDC; }
p { color: rgb(107,252,220); }
H1.HeaderClassName
{
color: #6BFCDC;
}
.AnyTagClassName
{
color: #6BFCDC;
}
</style>
background-color css
<style>
a { background-color: #6BFCDC; }
a { background-color: rgb(107,252,220); }
div.DivClassName
{
background-color: #6BFCDC;
}
.BgClassName
{
background-color: #6BFCDC;
}
</style>
border-color css
<style>
span { border-color: #6BFCDC; }
span { border-color: rgb(107,252,220); }
td.TdClassName
{
border-color: #6BFCDC;
}
.TagClassName
{
border-color: #6BFCDC;
}
</style>