#6EF9D5

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

Shades of Aquamarine #6EF9D5

Tints of Aquamarine #6EF9D5

Color information

#6EF9D5 (or 0x6EF9D5) is unknown color: approx Aquamarine. HEX triplet: 6E, F9 and D5. RGB value is (110,249,213). Sum of RGB (Red+Green+Blue) = 110+249+213=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #6EF9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF9D5 is #91062A. Grayscale: #CBCBCB. Windows color (decimal): -9504299 or 14023022. OLE color: 14023022.

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

Color convert

RGB110249213-
CMYK0.5600.140.02
HSL164.46º92.05%70.39%-
HSV(B)164.46º55.82%97.65%-
XYZ52.3275.8774.84-
YUV203.34133.4561.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=19.23%
G=43.53%
B=37.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102492130.5600.140.02164.4692.0570.39
Hex6EF9D5380E2a45c46
Octal156371325700162244134106
Binary1101110111110011101010111100001110101010010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,249,213); }

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

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

 a { background-color: rgb(110,249,213); }

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

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

 span { border-color: rgb(110,249,213); }

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