Shades of Aquamarine #6EEDCB
Tints of Aquamarine #6EEDCB
RGB
CMYK
RGB Variations
Color information
#6EEDCB (or 0x6EEDCB) is known color: Aquamarine. HEX triplet: 6E, ED and CB. RGB value is (110,237,203). Sum of RGB (Red+Green+Blue) = 110+237+203=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDCB is #911234. Grayscale: #C3C3C3. Windows color (decimal): -9507381 or 13364590. OLE color: 13364590.
HSL color Cylindrical-coordinate representation of color #6EEDCB: hue angle of 163.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDCB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 203 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 163.94º | 0.78% | 0.68% | - |
| HSV(B) | 163.94º | 0.54% | 0.93% | - |
| XYZ | 47.49 | 68.2 | 67.16 | - |
| YUV | 195.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 203 | 0.54 | 0 | 0.14 | 0.07 | 163.94 | 0.78 | 0.68 |
| Hex | 6E | ED | CB | 36 | 0 | E | 7 | A4 | 4E | 44 |
| Octal | 156 | 355 | 313 | 66 | 0 | 16 | 7 | 244 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11001011 | 110110 | 0 | 1110 | 111 | 10100100 | 1001110 | 1000100 |
Color Harmonies of #6EEDCB
Complementary color
Monochromatic Colors of #6EEDCB
Black with #6EEDCB
Text Example
Text Example
White with #6EEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDCB; }
p { color: rgb(110,237,203); }
H1.HeaderClassName
{
color: #6EEDCB;
}
.AnyTagClassName
{
color: #6EEDCB;
}
</style>
background-color css
<style>
a { background-color: #6EEDCB; }
a { background-color: rgb(110,237,203); }
div.DivClassName
{
background-color: #6EEDCB;
}
.BgClassName
{
background-color: #6EEDCB;
}
</style>
border-color css
<style>
span { border-color: #6EEDCB; }
span { border-color: rgb(110,237,203); }
td.TdClassName
{
border-color: #6EEDCB;
}
.TagClassName
{
border-color: #6EEDCB;
}
</style>