Shades of Medium Aquamarine #6FEDB0
Tints of Medium Aquamarine #6FEDB0
RGB
CMYK
RGB Variations
Color information
#6FEDB0 (or 0x6FEDB0) is known color: Medium Aquamarine. HEX triplet: 6F, ED and B0. RGB value is (111,237,176). Sum of RGB (Red+Green+Blue) = 111+237+176=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEDB0 is #90124F. Grayscale: #C0C0C0. Windows color (decimal): -9441872 or 11595119. OLE color: 11595119.
HSL color Cylindrical-coordinate representation of color #6FEDB0: hue angle of 150.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDB0 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 176 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.07 |
| HSL | 150.95º | 0.78% | 0.68% | - |
| HSV(B) | 150.95º | 0.53% | 0.93% | - |
| XYZ | 44.68 | 67.08 | 51.67 | - |
| YUV | 192.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 176 | 0.53 | 0 | 0.26 | 0.07 | 150.95 | 0.78 | 0.68 |
| Hex | 6F | ED | B0 | 35 | 0 | 1A | 7 | 97 | 4E | 44 |
| Octal | 157 | 355 | 260 | 65 | 0 | 32 | 7 | 227 | 116 | 104 |
| Binary | 1101111 | 11101101 | 10110000 | 110101 | 0 | 11010 | 111 | 10010111 | 1001110 | 1000100 |
Color Harmonies of #6FEDB0
Complementary color
Monochromatic Colors of #6FEDB0
Black with #6FEDB0
Text Example
Text Example
White with #6FEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDB0; }
p { color: rgb(111,237,176); }
H1.HeaderClassName
{
color: #6FEDB0;
}
.AnyTagClassName
{
color: #6FEDB0;
}
</style>
background-color css
<style>
a { background-color: #6FEDB0; }
a { background-color: rgb(111,237,176); }
div.DivClassName
{
background-color: #6FEDB0;
}
.BgClassName
{
background-color: #6FEDB0;
}
</style>
border-color css
<style>
span { border-color: #6FEDB0; }
span { border-color: rgb(111,237,176); }
td.TdClassName
{
border-color: #6FEDB0;
}
.TagClassName
{
border-color: #6FEDB0;
}
</style>