Shades of Aquamarine #6EFDB3
Tints of Aquamarine #6EFDB3
RGB
CMYK
RGB Variations
Color information
#6EFDB3 (or 0x6EFDB3) is known color: Aquamarine. HEX triplet: 6E, FD and B3. RGB value is (110,253,179). Sum of RGB (Red+Green+Blue) = 110+253+179=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDB3 is #91024C. Grayscale: #C9C9C9. Windows color (decimal): -9503309 or 11795822. OLE color: 11795822.
HSL color Cylindrical-coordinate representation of color #6EFDB3: hue angle of 148.95º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDB3 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 179 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.01 |
| HSL | 148.95º | 0.97% | 0.71% | - |
| HSV(B) | 148.95º | 0.57% | 0.99% | - |
| XYZ | 49.69 | 76.82 | 54.86 | - |
| YUV | 201.81 | 115.12 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 179 | 0.57 | 0 | 0.29 | 0.01 | 148.95 | 0.97 | 0.71 |
| Hex | 6E | FD | B3 | 39 | 0 | 1D | 1 | 95 | 61 | 47 |
| Octal | 156 | 375 | 263 | 71 | 0 | 35 | 1 | 225 | 141 | 107 |
| Binary | 1101110 | 11111101 | 10110011 | 111001 | 0 | 11101 | 1 | 10010101 | 1100001 | 1000111 |
Color Harmonies of #6EFDB3
Complementary color
Monochromatic Colors of #6EFDB3
Black with #6EFDB3
Text Example
Text Example
White with #6EFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDB3; }
p { color: rgb(110,253,179); }
H1.HeaderClassName
{
color: #6EFDB3;
}
.AnyTagClassName
{
color: #6EFDB3;
}
</style>
background-color css
<style>
a { background-color: #6EFDB3; }
a { background-color: rgb(110,253,179); }
div.DivClassName
{
background-color: #6EFDB3;
}
.BgClassName
{
background-color: #6EFDB3;
}
</style>
border-color css
<style>
span { border-color: #6EFDB3; }
span { border-color: rgb(110,253,179); }
td.TdClassName
{
border-color: #6EFDB3;
}
.TagClassName
{
border-color: #6EFDB3;
}
</style>