#6EFAD2

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

Shades of Aquamarine #6EFAD2

Tints of Aquamarine #6EFAD2

Color information

#6EFAD2 (or 0x6EFAD2) is unknown color: approx Aquamarine. HEX triplet: 6E, FA and D2. RGB value is (110,250,210). Sum of RGB (Red+Green+Blue) = 110+250+210=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFAD2 is #91052D. Grayscale: #CBCBCB. Windows color (decimal): -9504046 or 13826670. OLE color: 13826670.

HSL color Cylindrical-coordinate representation of color #6EFAD2: hue angle of 162.86º 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 #6EFAD2 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB110250210-
CMYK0.5600.160.02
HSL162.86º93.33%70.59%-
HSV(B)162.86º56%98.04%-
XYZ52.2576.3472.95-
YUV203.58131.6261.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.30%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=19.30%
G=43.86%
B=36.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102502100.5600.160.02162.8693.3370.59
Hex6EFAD2380102a35d47
Octal156372322700202243135107
Binary11011101111101011010010111000010000101010001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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