Shades of Medium Aquamarine #6FEBA5
Tints of Medium Aquamarine #6FEBA5
RGB
CMYK
RGB Variations
Color information
#6FEBA5 (or 0x6FEBA5) is known color: Medium Aquamarine. HEX triplet: 6F, EB and A5. RGB value is (111,235,165). Sum of RGB (Red+Green+Blue) = 111+235+165=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEBA5 is #90145A. Grayscale: #BEBEBE. Windows color (decimal): -9442395 or 10873711. OLE color: 10873711.
HSL color Cylindrical-coordinate representation of color #6FEBA5: hue angle of 146.13º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBA5 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 165 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.08 |
| HSL | 146.13º | 0.76% | 0.68% | - |
| HSV(B) | 146.13º | 0.53% | 0.92% | - |
| XYZ | 43.06 | 65.51 | 45.97 | - |
| YUV | 189.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 165 | 0.53 | 0 | 0.30 | 0.08 | 146.13 | 0.76 | 0.68 |
| Hex | 6F | EB | A5 | 35 | 0 | 1E | 8 | 92 | 4C | 44 |
| Octal | 157 | 353 | 245 | 65 | 0 | 36 | 10 | 222 | 114 | 104 |
| Binary | 1101111 | 11101011 | 10100101 | 110101 | 0 | 11110 | 1000 | 10010010 | 1001100 | 1000100 |
Color Harmonies of #6FEBA5
Complementary color
Monochromatic Colors of #6FEBA5
Black with #6FEBA5
Text Example
Text Example
White with #6FEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBA5; }
p { color: rgb(111,235,165); }
H1.HeaderClassName
{
color: #6FEBA5;
}
.AnyTagClassName
{
color: #6FEBA5;
}
</style>
background-color css
<style>
a { background-color: #6FEBA5; }
a { background-color: rgb(111,235,165); }
div.DivClassName
{
background-color: #6FEBA5;
}
.BgClassName
{
background-color: #6FEBA5;
}
</style>
border-color css
<style>
span { border-color: #6FEBA5; }
span { border-color: rgb(111,235,165); }
td.TdClassName
{
border-color: #6FEBA5;
}
.TagClassName
{
border-color: #6FEBA5;
}
</style>