#6EF4BE

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

Shades of Aquamarine #6EF4BE

Tints of Aquamarine #6EF4BE

Color information

#6EF4BE (or 0x6EF4BE) is unknown color: approx Aquamarine. HEX triplet: 6E, F4 and BE. RGB value is (110,244,190). Sum of RGB (Red+Green+Blue) = 110+244+190=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #6EF4BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF4BE is #910B41. Grayscale: #C5C5C5. Windows color (decimal): -9505602 or 12514414. OLE color: 12514414.

HSL color Cylindrical-coordinate representation of color #6EF4BE: hue angle of 155.82º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF4BE is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB110244190-
CMYK0.5500.220.04
HSL155.82º85.9%69.41%-
HSV(B)155.82º54.92%95.69%-
XYZ48.0871.7360.03-
YUV197.78123.6165.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.22%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=20.22%
G=44.85%
B=34.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102441900.5500.220.04155.8285.969.41
Hex6EF4BE3701649c5645
Octal156364276670264234126105
Binary110111011110100101111101101110101101001001110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,244,190); }

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

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

 a { background-color: rgb(110,244,190); }

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

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

 span { border-color: rgb(110,244,190); }

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