Shades of Aquamarine #6BFCBE
Tints of Aquamarine #6BFCBE
RGB
CMYK
RGB Variations
Color information
#6BFCBE (or 0x6BFCBE) is known color: Aquamarine. HEX triplet: 6B, FC and BE. RGB value is (107,252,190). Sum of RGB (Red+Green+Blue) = 107+252+190=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCBE is #940341. Grayscale: #C9C9C9. Windows color (decimal): -9700162 or 12516459. OLE color: 12516459.
HSL color Cylindrical-coordinate representation of color #6BFCBE: hue angle of 154.34º 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 #6BFCBE is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 190 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.01 |
| HSL | 154.34º | 0.96% | 0.7% | - |
| HSV(B) | 154.34º | 0.58% | 0.99% | - |
| XYZ | 50.17 | 76.46 | 60.83 | - |
| YUV | 201.58 | 121.46 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 190 | 0.58 | 0 | 0.25 | 0.01 | 154.34 | 0.96 | 0.7 |
| Hex | 6B | FC | BE | 3A | 0 | 19 | 1 | 9A | 60 | 46 |
| Octal | 153 | 374 | 276 | 72 | 0 | 31 | 1 | 232 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10111110 | 111010 | 0 | 11001 | 1 | 10011010 | 1100000 | 1000110 |
Color Harmonies of #6BFCBE
Complementary color
Monochromatic Colors of #6BFCBE
Black with #6BFCBE
Text Example
Text Example
White with #6BFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCBE; }
p { color: rgb(107,252,190); }
H1.HeaderClassName
{
color: #6BFCBE;
}
.AnyTagClassName
{
color: #6BFCBE;
}
</style>
background-color css
<style>
a { background-color: #6BFCBE; }
a { background-color: rgb(107,252,190); }
div.DivClassName
{
background-color: #6BFCBE;
}
.BgClassName
{
background-color: #6BFCBE;
}
</style>
border-color css
<style>
span { border-color: #6BFCBE; }
span { border-color: rgb(107,252,190); }
td.TdClassName
{
border-color: #6BFCBE;
}
.TagClassName
{
border-color: #6BFCBE;
}
</style>