Shades of Medium Aquamarine #6AEBAE
Tints of Medium Aquamarine #6AEBAE
RGB
CMYK
RGB Variations
Color information
#6AEBAE (or 0x6AEBAE) is known color: Medium Aquamarine. HEX triplet: 6A, EB and AE. RGB value is (106,235,174). Sum of RGB (Red+Green+Blue) = 106+235+174=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBAE is #951451. Grayscale: #BDBDBD. Windows color (decimal): -9770066 or 11463530. OLE color: 11463530.
HSL color Cylindrical-coordinate representation of color #6AEBAE: hue angle of 151.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBAE is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 174 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.08 |
| HSL | 151.63º | 0.76% | 0.67% | - |
| HSV(B) | 151.63º | 0.55% | 0.92% | - |
| XYZ | 43.29 | 65.54 | 50.41 | - |
| YUV | 189.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 174 | 0.55 | 0 | 0.26 | 0.08 | 151.63 | 0.76 | 0.67 |
| Hex | 6A | EB | AE | 37 | 0 | 1A | 8 | 98 | 4C | 43 |
| Octal | 152 | 353 | 256 | 67 | 0 | 32 | 10 | 230 | 114 | 103 |
| Binary | 1101010 | 11101011 | 10101110 | 110111 | 0 | 11010 | 1000 | 10011000 | 1001100 | 1000011 |
Color Harmonies of #6AEBAE
Complementary color
Monochromatic Colors of #6AEBAE
Black with #6AEBAE
Text Example
Text Example
White with #6AEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBAE; }
p { color: rgb(106,235,174); }
H1.HeaderClassName
{
color: #6AEBAE;
}
.AnyTagClassName
{
color: #6AEBAE;
}
</style>
background-color css
<style>
a { background-color: #6AEBAE; }
a { background-color: rgb(106,235,174); }
div.DivClassName
{
background-color: #6AEBAE;
}
.BgClassName
{
background-color: #6AEBAE;
}
</style>
border-color css
<style>
span { border-color: #6AEBAE; }
span { border-color: rgb(106,235,174); }
td.TdClassName
{
border-color: #6AEBAE;
}
.TagClassName
{
border-color: #6AEBAE;
}
</style>