Shades of Aquamarine #6BFCB6
Tints of Aquamarine #6BFCB6
RGB
CMYK
RGB Variations
Color information
#6BFCB6 (or 0x6BFCB6) is known color: Aquamarine. HEX triplet: 6B, FC and B6. RGB value is (107,252,182). Sum of RGB (Red+Green+Blue) = 107+252+182=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCB6 is #940349. Grayscale: #C8C8C8. Windows color (decimal): -9700170 or 11992171. OLE color: 11992171.
HSL color Cylindrical-coordinate representation of color #6BFCB6: hue angle of 151.03º 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 #6BFCB6 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 182 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.01 |
| HSL | 151.03º | 0.96% | 0.7% | - |
| HSV(B) | 151.03º | 0.58% | 0.99% | - |
| XYZ | 49.32 | 76.12 | 56.35 | - |
| YUV | 200.67 | 117.46 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 182 | 0.58 | 0 | 0.28 | 0.01 | 151.03 | 0.96 | 0.7 |
| Hex | 6B | FC | B6 | 3A | 0 | 1C | 1 | 97 | 60 | 46 |
| Octal | 153 | 374 | 266 | 72 | 0 | 34 | 1 | 227 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10110110 | 111010 | 0 | 11100 | 1 | 10010111 | 1100000 | 1000110 |
Color Harmonies of #6BFCB6
Complementary color
Monochromatic Colors of #6BFCB6
Black with #6BFCB6
Text Example
Text Example
White with #6BFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCB6; }
p { color: rgb(107,252,182); }
H1.HeaderClassName
{
color: #6BFCB6;
}
.AnyTagClassName
{
color: #6BFCB6;
}
</style>
background-color css
<style>
a { background-color: #6BFCB6; }
a { background-color: rgb(107,252,182); }
div.DivClassName
{
background-color: #6BFCB6;
}
.BgClassName
{
background-color: #6BFCB6;
}
</style>
border-color css
<style>
span { border-color: #6BFCB6; }
span { border-color: rgb(107,252,182); }
td.TdClassName
{
border-color: #6BFCB6;
}
.TagClassName
{
border-color: #6BFCB6;
}
</style>