Shades of Aquamarine #6BFEBD
Tints of Aquamarine #6BFEBD
RGB
CMYK
RGB Variations
Color information
#6BFEBD (or 0x6BFEBD) is known color: Aquamarine. HEX triplet: 6B, FE and BD. RGB value is (107,254,189). Sum of RGB (Red+Green+Blue) = 107+254+189=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEBD is #940142. Grayscale: #CACACA. Windows color (decimal): -9699651 or 12451435. OLE color: 12451435.
HSL color Cylindrical-coordinate representation of color #6BFEBD: hue angle of 153.47º 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 #6BFEBD is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 189 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.00 |
| HSL | 153.47º | 0.99% | 0.71% | - |
| HSV(B) | 153.47º | 0.58% | 1% | - |
| XYZ | 50.69 | 77.68 | 60.47 | - |
| YUV | 202.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 189 | 0.58 | 0 | 0.26 | 0.00 | 153.47 | 0.99 | 0.71 |
| Hex | 6B | FE | BD | 3A | 0 | 1A | 0 | 99 | 63 | 47 |
| Octal | 153 | 376 | 275 | 72 | 0 | 32 | 0 | 231 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10111101 | 111010 | 0 | 11010 | 0 | 10011001 | 1100011 | 1000111 |
Color Harmonies of #6BFEBD
Complementary color
Monochromatic Colors of #6BFEBD
Black with #6BFEBD
Text Example
Text Example
White with #6BFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEBD; }
p { color: rgb(107,254,189); }
H1.HeaderClassName
{
color: #6BFEBD;
}
.AnyTagClassName
{
color: #6BFEBD;
}
</style>
background-color css
<style>
a { background-color: #6BFEBD; }
a { background-color: rgb(107,254,189); }
div.DivClassName
{
background-color: #6BFEBD;
}
.BgClassName
{
background-color: #6BFEBD;
}
</style>
border-color css
<style>
span { border-color: #6BFEBD; }
span { border-color: rgb(107,254,189); }
td.TdClassName
{
border-color: #6BFEBD;
}
.TagClassName
{
border-color: #6BFEBD;
}
</style>