#6EF3DA

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

Shades of Aquamarine #6EF3DA

Tints of Aquamarine #6EF3DA

Color information

#6EF3DA (or 0x6EF3DA) is unknown color: approx Aquamarine. HEX triplet: 6E, F3 and DA. RGB value is (110,243,218). Sum of RGB (Red+Green+Blue) = 110+243+218=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3DA is #910C25. Grayscale: #C8C8C8. Windows color (decimal): -9505830 or 14349166. OLE color: 14349166.

HSL color Cylindrical-coordinate representation of color #6EF3DA: hue angle of 168.72º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB110243218-
CMYK0.5500.100.05
HSL168.72º84.71%69.22%-
HSV(B)168.72º54.73%95.29%-
XYZ51.1472.4877.62-
YUV200.38137.9463.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.26%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=19.26%
G=42.56%
B=38.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102432180.5500.100.05168.7284.7169.22
Hex6EF3DA370A5a95545
Octal156363332670125251125105
Binary11011101111001111011010110111010101011010100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,243,218); }

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

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

 a { background-color: rgb(110,243,218); }

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

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

 span { border-color: rgb(110,243,218); }

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