Shades of Medium Aquamarine #6BEAAC
Tints of Medium Aquamarine #6BEAAC
RGB
CMYK
RGB Variations
Color information
#6BEAAC (or 0x6BEAAC) is known color: Medium Aquamarine. HEX triplet: 6B, EA and AC. RGB value is (107,234,172). Sum of RGB (Red+Green+Blue) = 107+234+172=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEAAC is #941553. Grayscale: #BDBDBD. Windows color (decimal): -9704788 or 11332203. OLE color: 11332203.
HSL color Cylindrical-coordinate representation of color #6BEAAC: hue angle of 150.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAAC is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 172 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.08 |
| HSL | 150.71º | 0.75% | 0.67% | - |
| HSV(B) | 150.71º | 0.54% | 0.92% | - |
| XYZ | 42.93 | 64.95 | 49.3 | - |
| YUV | 188.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 172 | 0.54 | 0 | 0.26 | 0.08 | 150.71 | 0.75 | 0.67 |
| Hex | 6B | EA | AC | 36 | 0 | 1A | 8 | 97 | 4B | 43 |
| Octal | 153 | 352 | 254 | 66 | 0 | 32 | 10 | 227 | 113 | 103 |
| Binary | 1101011 | 11101010 | 10101100 | 110110 | 0 | 11010 | 1000 | 10010111 | 1001011 | 1000011 |
Color Harmonies of #6BEAAC
Complementary color
Monochromatic Colors of #6BEAAC
Black with #6BEAAC
Text Example
Text Example
White with #6BEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAAC; }
p { color: rgb(107,234,172); }
H1.HeaderClassName
{
color: #6BEAAC;
}
.AnyTagClassName
{
color: #6BEAAC;
}
</style>
background-color css
<style>
a { background-color: #6BEAAC; }
a { background-color: rgb(107,234,172); }
div.DivClassName
{
background-color: #6BEAAC;
}
.BgClassName
{
background-color: #6BEAAC;
}
</style>
border-color css
<style>
span { border-color: #6BEAAC; }
span { border-color: rgb(107,234,172); }
td.TdClassName
{
border-color: #6BEAAC;
}
.TagClassName
{
border-color: #6BEAAC;
}
</style>