#6EEBD2

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

Shades of Aquamarine #6EEBD2

Tints of Aquamarine #6EEBD2

Color information

#6EEBD2 (or 0x6EEBD2) is unknown color: approx Aquamarine. HEX triplet: 6E, EB and D2. RGB value is (110,235,210). Sum of RGB (Red+Green+Blue) = 110+235+210=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBD2 is #91142D. Grayscale: #C2C2C2. Windows color (decimal): -9507886 or 13822830. OLE color: 13822830.

HSL color Cylindrical-coordinate representation of color #6EEBD2: hue angle of 168º 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 #6EEBD2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB110235210-
CMYK0.5300.110.08
HSL168º75.76%67.65%-
HSV(B)168º53.19%92.16%-
XYZ47.7767.3871.46-
YUV194.77136.5967.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.82%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=19.82%
G=42.34%
B=37.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102352100.5300.110.0816875.7667.65
Hex6EEBD2350B8a84c44
Octal1563533226501310250114104
Binary110111011101011110100101101010101110001010100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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