Shades of Aquamarine #6BFEBE
Tints of Aquamarine #6BFEBE
RGB
CMYK
RGB Variations
Color information
#6BFEBE (or 0x6BFEBE) is known color: Aquamarine. HEX triplet: 6B, FE and BE. RGB value is (107,254,190). Sum of RGB (Red+Green+Blue) = 107+254+190=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEBE is #940141. Grayscale: #CACACA. Windows color (decimal): -9699650 or 12516971. OLE color: 12516971.
HSL color Cylindrical-coordinate representation of color #6BFEBE: hue angle of 153.88º 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 #6BFEBE is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 190 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.00 |
| HSL | 153.88º | 0.99% | 0.71% | - |
| HSV(B) | 153.88º | 0.58% | 1% | - |
| XYZ | 50.8 | 77.73 | 61.04 | - |
| YUV | 202.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 190 | 0.58 | 0 | 0.25 | 0.00 | 153.88 | 0.99 | 0.71 |
| Hex | 6B | FE | BE | 3A | 0 | 19 | 0 | 9A | 63 | 47 |
| Octal | 153 | 376 | 276 | 72 | 0 | 31 | 0 | 232 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10111110 | 111010 | 0 | 11001 | 0 | 10011010 | 1100011 | 1000111 |
Color Harmonies of #6BFEBE
Complementary color
Monochromatic Colors of #6BFEBE
Black with #6BFEBE
Text Example
Text Example
White with #6BFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEBE; }
p { color: rgb(107,254,190); }
H1.HeaderClassName
{
color: #6BFEBE;
}
.AnyTagClassName
{
color: #6BFEBE;
}
</style>
background-color css
<style>
a { background-color: #6BFEBE; }
a { background-color: rgb(107,254,190); }
div.DivClassName
{
background-color: #6BFEBE;
}
.BgClassName
{
background-color: #6BFEBE;
}
</style>
border-color css
<style>
span { border-color: #6BFEBE; }
span { border-color: rgb(107,254,190); }
td.TdClassName
{
border-color: #6BFEBE;
}
.TagClassName
{
border-color: #6BFEBE;
}
</style>