#6ED6B0

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

Shades of Medium Aquamarine #6ED6B0

Tints of Medium Aquamarine #6ED6B0

Color information

#6ED6B0 (or 0x6ED6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and B0. RGB value is (110,214,176). Sum of RGB (Red+Green+Blue) = 110+214+176=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6B0 is #91294F. Grayscale: #B2B2B2. Windows color (decimal): -9513296 or 11589230. OLE color: 11589230.

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

Color convert

RGB110214176-
CMYK0.4900.180.16
HSL158.08º55.91%63.53%-
HSV(B)158.08º48.6%83.92%-
XYZ38.3154.5449.58-
YUV178.57126.5479.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=22%
G=42.8%
B=35.2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141760.4900.180.16158.0855.9163.53
Hex6ED6B031012109e3840
Octal156326260610222023670100
Binary1101110110101101011000011000101001010000100111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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