#6EF5B0

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

Shades of Aquamarine #6EF5B0

Tints of Aquamarine #6EF5B0

Color information

#6EF5B0 (or 0x6EF5B0) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and B0. RGB value is (110,245,176). Sum of RGB (Red+Green+Blue) = 110+245+176=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF5B0 is #910A4F. Grayscale: #C4C4C4. Windows color (decimal): -9505360 or 11597166. OLE color: 11597166.

HSL color Cylindrical-coordinate representation of color #6EF5B0: hue angle of 149.33º 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 #6EF5B0 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB110245176-
CMYK0.5500.280.04
HSL149.33º87.1%69.61%-
HSV(B)149.33º55.1%96.08%-
XYZ46.9271.7552.45-
YUV196.77116.2766.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.72%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=20.72%
G=46.14%
B=33.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451760.5500.280.04149.3387.169.61
Hex6EF5B03701C4955746
Octal156365260670344225127106
Binary110111011110101101100001101110111001001001010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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