#6EEBD5

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

Shades of Aquamarine #6EEBD5

Tints of Aquamarine #6EEBD5

Color information

#6EEBD5 (or 0x6EEBD5) is unknown color: approx Aquamarine. HEX triplet: 6E, EB and D5. RGB value is (110,235,213). Sum of RGB (Red+Green+Blue) = 110+235+213=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBD5 is #91142A. Grayscale: #C3C3C3. Windows color (decimal): -9507883 or 14019438. OLE color: 14019438.

HSL color Cylindrical-coordinate representation of color #6EEBD5: hue angle of 169.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBD5 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB110235213-
CMYK0.5300.090.08
HSL169.44º75.76%67.65%-
HSV(B)169.44º53.19%92.16%-
XYZ48.1567.5473.45-
YUV195.12138.0967.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.71%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=19.71%
G=42.11%
B=38.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102352130.5300.090.08169.4475.7667.65
Hex6EEBD535098a94c44
Octal1563533256501110251114104
Binary110111011101011110101011101010100110001010100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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