Shades of Aquamarine #6BFCDA
Tints of Aquamarine #6BFCDA
RGB
CMYK
RGB Variations
Color information
#6BFCDA (or 0x6BFCDA) is known color: Aquamarine. HEX triplet: 6B, FC and DA. RGB value is (107,252,218). Sum of RGB (Red+Green+Blue) = 107+252+218=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCDA is #940325. Grayscale: #CCCCCC. Windows color (decimal): -9700134 or 14351467. OLE color: 14351467.
HSL color Cylindrical-coordinate representation of color #6BFCDA: hue angle of 165.93º 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 #6BFCDA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 218 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 165.93º | 0.96% | 0.7% | - |
| HSV(B) | 165.93º | 0.58% | 0.99% | - |
| XYZ | 53.53 | 77.81 | 78.53 | - |
| YUV | 204.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 218 | 0.58 | 0 | 0.13 | 0.01 | 165.93 | 0.96 | 0.7 |
| Hex | 6B | FC | DA | 3A | 0 | D | 1 | A6 | 60 | 46 |
| Octal | 153 | 374 | 332 | 72 | 0 | 15 | 1 | 246 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11011010 | 111010 | 0 | 1101 | 1 | 10100110 | 1100000 | 1000110 |
Color Harmonies of #6BFCDA
Complementary color
Monochromatic Colors of #6BFCDA
Black with #6BFCDA
Text Example
Text Example
White with #6BFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCDA; }
p { color: rgb(107,252,218); }
H1.HeaderClassName
{
color: #6BFCDA;
}
.AnyTagClassName
{
color: #6BFCDA;
}
</style>
background-color css
<style>
a { background-color: #6BFCDA; }
a { background-color: rgb(107,252,218); }
div.DivClassName
{
background-color: #6BFCDA;
}
.BgClassName
{
background-color: #6BFCDA;
}
</style>
border-color css
<style>
span { border-color: #6BFCDA; }
span { border-color: rgb(107,252,218); }
td.TdClassName
{
border-color: #6BFCDA;
}
.TagClassName
{
border-color: #6BFCDA;
}
</style>