#6ED6B2

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

Shades of Medium Aquamarine #6ED6B2

Tints of Medium Aquamarine #6ED6B2

Color information

#6ED6B2 (or 0x6ED6B2) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and B2. RGB value is (110,214,178). Sum of RGB (Red+Green+Blue) = 110+214+178=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6B2 is #91294D. Grayscale: #B2B2B2. Windows color (decimal): -9513294 or 11720302. OLE color: 11720302.

HSL color Cylindrical-coordinate representation of color #6ED6B2: hue angle of 159.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED6B2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB110214178-
CMYK0.4900.170.16
HSL159.23º55.91%63.53%-
HSV(B)159.23º48.6%83.92%-
XYZ38.5154.6250.63-
YUV178.8127.5478.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.91%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=21.91%
G=42.63%
B=35.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141780.4900.170.16159.2355.9163.53
Hex6ED6B231011109f3840
Octal156326262610212023770100
Binary1101110110101101011001011000101000110000100111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,178); }

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

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

 a { background-color: rgb(110,214,178); }

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

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

 span { border-color: rgb(110,214,178); }

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