#6EFADB

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

Shades of Aquamarine #6EFADB

Tints of Aquamarine #6EFADB

Color information

#6EFADB (or 0x6EFADB) is unknown color: approx Aquamarine. HEX triplet: 6E, FA and DB. RGB value is (110,250,219). Sum of RGB (Red+Green+Blue) = 110+250+219=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFADB is #910524. Grayscale: #CCCCCC. Windows color (decimal): -9504037 or 14416494. OLE color: 14416494.

HSL color Cylindrical-coordinate representation of color #6EFADB: hue angle of 166.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFADB is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB110250219-
CMYK0.5600.120.02
HSL166.71º93.33%70.59%-
HSV(B)166.71º56%98.04%-
XYZ53.476.879.03-
YUV204.61136.1260.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.00%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=19.00%
G=43.18%
B=37.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102502190.5600.120.02166.7193.3370.59
Hex6EFADB380C2a75d47
Octal156372333700142247135107
Binary1101110111110101101101111100001100101010011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,250,219); }

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

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

 a { background-color: rgb(110,250,219); }

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

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

 span { border-color: rgb(110,250,219); }

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