Shades of Aquamarine #6BFCAC
Tints of Aquamarine #6BFCAC
RGB
CMYK
RGB Variations
Color information
#6BFCAC (or 0x6BFCAC) is known color: Aquamarine. HEX triplet: 6B, FC and AC. RGB value is (107,252,172). Sum of RGB (Red+Green+Blue) = 107+252+172=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCAC is #940353. Grayscale: #C7C7C7. Windows color (decimal): -9700180 or 11336811. OLE color: 11336811.
HSL color Cylindrical-coordinate representation of color #6BFCAC: hue angle of 146.9º 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 #6BFCAC is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 172 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.01 |
| HSL | 146.9º | 0.96% | 0.7% | - |
| HSV(B) | 146.9º | 0.58% | 0.99% | - |
| XYZ | 48.32 | 75.73 | 51.1 | - |
| YUV | 199.53 | 112.46 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 172 | 0.58 | 0 | 0.32 | 0.01 | 146.9 | 0.96 | 0.7 |
| Hex | 6B | FC | AC | 3A | 0 | 20 | 1 | 93 | 60 | 46 |
| Octal | 153 | 374 | 254 | 72 | 0 | 40 | 1 | 223 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10101100 | 111010 | 0 | 100000 | 1 | 10010011 | 1100000 | 1000110 |
Color Harmonies of #6BFCAC
Complementary color
Monochromatic Colors of #6BFCAC
Black with #6BFCAC
Text Example
Text Example
White with #6BFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCAC; }
p { color: rgb(107,252,172); }
H1.HeaderClassName
{
color: #6BFCAC;
}
.AnyTagClassName
{
color: #6BFCAC;
}
</style>
background-color css
<style>
a { background-color: #6BFCAC; }
a { background-color: rgb(107,252,172); }
div.DivClassName
{
background-color: #6BFCAC;
}
.BgClassName
{
background-color: #6BFCAC;
}
</style>
border-color css
<style>
span { border-color: #6BFCAC; }
span { border-color: rgb(107,252,172); }
td.TdClassName
{
border-color: #6BFCAC;
}
.TagClassName
{
border-color: #6BFCAC;
}
</style>