#6EF5B2

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

Shades of Aquamarine #6EF5B2

Tints of Aquamarine #6EF5B2

Color information

#6EF5B2 (or 0x6EF5B2) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and B2. RGB value is (110,245,178). Sum of RGB (Red+Green+Blue) = 110+245+178=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF5B2 is #910A4D. Grayscale: #C5C5C5. Windows color (decimal): -9505358 or 11728238. OLE color: 11728238.

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

Color convert

RGB110245178-
CMYK0.5500.270.04
HSL150.22º87.1%69.61%-
HSV(B)150.22º55.1%96.08%-
XYZ47.1271.8353.5-
YUV197117.2765.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.64%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=20.64%
G=45.97%
B=33.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451780.5500.270.04150.2287.169.61
Hex6EF5B23701B4965746
Octal156365262670334226127106
Binary110111011110101101100101101110110111001001011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,245,178); }

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

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

 a { background-color: rgb(110,245,178); }

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

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

 span { border-color: rgb(110,245,178); }

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