Shades of Aquamarine #6BFEB6
Tints of Aquamarine #6BFEB6
RGB
CMYK
RGB Variations
Color information
#6BFEB6 (or 0x6BFEB6) is known color: Aquamarine. HEX triplet: 6B, FE and B6. RGB value is (107,254,182). Sum of RGB (Red+Green+Blue) = 107+254+182=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEB6 is #940149. Grayscale: #C9C9C9. Windows color (decimal): -9699658 or 11992683. OLE color: 11992683.
HSL color Cylindrical-coordinate representation of color #6BFEB6: hue angle of 150.61º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEB6 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 182 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.00 |
| HSL | 150.61º | 0.99% | 0.71% | - |
| HSV(B) | 150.61º | 0.58% | 1% | - |
| XYZ | 49.95 | 77.39 | 56.56 | - |
| YUV | 201.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 182 | 0.58 | 0 | 0.28 | 0.00 | 150.61 | 0.99 | 0.71 |
| Hex | 6B | FE | B6 | 3A | 0 | 1C | 0 | 97 | 63 | 47 |
| Octal | 153 | 376 | 266 | 72 | 0 | 34 | 0 | 227 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10110110 | 111010 | 0 | 11100 | 0 | 10010111 | 1100011 | 1000111 |
Color Harmonies of #6BFEB6
Complementary color
Monochromatic Colors of #6BFEB6
Black with #6BFEB6
Text Example
Text Example
White with #6BFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEB6; }
p { color: rgb(107,254,182); }
H1.HeaderClassName
{
color: #6BFEB6;
}
.AnyTagClassName
{
color: #6BFEB6;
}
</style>
background-color css
<style>
a { background-color: #6BFEB6; }
a { background-color: rgb(107,254,182); }
div.DivClassName
{
background-color: #6BFEB6;
}
.BgClassName
{
background-color: #6BFEB6;
}
</style>
border-color css
<style>
span { border-color: #6BFEB6; }
span { border-color: rgb(107,254,182); }
td.TdClassName
{
border-color: #6BFEB6;
}
.TagClassName
{
border-color: #6BFEB6;
}
</style>