#6EFEB4

Color #6EFEB4 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #6EFEB4

Tints of Aquamarine #6EFEB4

Color information

#6EFEB4 (or 0x6EFEB4) is unknown color: approx Aquamarine. HEX triplet: 6E, FE and B4. RGB value is (110,254,180). Sum of RGB (Red+Green+Blue) = 110+254+180=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFEB4 is #91014B. Grayscale: #CACACA. Windows color (decimal): -9503052 or 11861614. OLE color: 11861614.

HSL color Cylindrical-coordinate representation of color #6EFEB4: hue angle of 149.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFEB4 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB110254180-
CMYK0.5700.290.00
HSL149.17º98.63%71.37%-
HSV(B)149.17º56.69%99.61%-
XYZ50.1177.4955.5-
YUV202.51115.2962.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 20.22%
GREEN value IS 254 (99.61% from 255) = 46.69%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=20.22%
G=46.69%
B=33.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102541800.5700.290.00149.1798.6371.37
Hex6EFEB43901D0956347
Octal156376264710350225143107
Binary1101110111111101011010011100101110101001010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EFEB4; }

 p { color: rgb(110,254,180); }

 H1.HeaderClassName
 {
   color: #6EFEB4;
 }
 .AnyTagClassName
 {
   color: #6EFEB4;
 }
</style>
background-color css

<style>
 a { background-color: #6EFEB4; }

 a { background-color: rgb(110,254,180); }

 div.DivClassName
 {
   background-color: #6EFEB4;
 }
 .BgClassName
 {
   background-color: #6EFEB4;
 }
</style>
border-color css

<style>
 span { border-color: #6EFEB4; }

 span { border-color: rgb(110,254,180); }

 td.TdClassName
 {
   border-color: #6EFEB4;
 }
 .TagClassName
 {
   border-color: #6EFEB4;
 }
</style>