Shades of Aquamarine #6EFFCB
Tints of Aquamarine #6EFFCB
RGB
CMYK
RGB Variations
Color information
#6EFFCB (or 0x6EFFCB) is known color: Aquamarine. HEX triplet: 6E, FF and CB. RGB value is (110,255,203). Sum of RGB (Red+Green+Blue) = 110+255+203=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFCB is #910034. Grayscale: #CDCDCD. Windows color (decimal): -9502773 or 13369198. OLE color: 13369198.
HSL color Cylindrical-coordinate representation of color #6EFFCB: hue angle of 158.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFCB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 203 | - |
| CMYK | 0.57 | 0 | 0.20 | 0 |
| HSL | 158.48º | 1% | 0.72% | - |
| HSV(B) | 158.48º | 0.57% | 1% | - |
| XYZ | 52.97 | 79.15 | 68.98 | - |
| YUV | 205.72 | 126.46 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 203 | 0.57 | 0 | 0.20 | 0 | 158.48 | 1 | 0.72 |
| Hex | 6E | FF | CB | 39 | 0 | 14 | 0 | 9E | 64 | 48 |
| Octal | 156 | 377 | 313 | 71 | 0 | 24 | 0 | 236 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11001011 | 111001 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001000 |
Color Harmonies of #6EFFCB
Complementary color
Monochromatic Colors of #6EFFCB
Black with #6EFFCB
Text Example
Text Example
White with #6EFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFCB; }
p { color: rgb(110,255,203); }
H1.HeaderClassName
{
color: #6EFFCB;
}
.AnyTagClassName
{
color: #6EFFCB;
}
</style>
background-color css
<style>
a { background-color: #6EFFCB; }
a { background-color: rgb(110,255,203); }
div.DivClassName
{
background-color: #6EFFCB;
}
.BgClassName
{
background-color: #6EFFCB;
}
</style>
border-color css
<style>
span { border-color: #6EFFCB; }
span { border-color: rgb(110,255,203); }
td.TdClassName
{
border-color: #6EFFCB;
}
.TagClassName
{
border-color: #6EFFCB;
}
</style>