#6EDBA7

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

Shades of Medium Aquamarine #6EDBA7

Tints of Medium Aquamarine #6EDBA7

Color information

#6EDBA7 (or 0x6EDBA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, DB and A7. RGB value is (110,219,167). Sum of RGB (Red+Green+Blue) = 110+219+167=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA7 is #912458. Grayscale: #B4B4B4. Windows color (decimal): -9512025 or 11000686. OLE color: 11000686.

HSL color Cylindrical-coordinate representation of color #6EDBA7: hue angle of 151.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBA7 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB110219167-
CMYK0.5000.240.14
HSL151.38º60.22%64.51%-
HSV(B)151.38º49.77%85.88%-
XYZ38.7456.7745.47-
YUV180.48120.3977.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.18%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=22.18%
G=44.15%
B=33.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102191670.5000.240.14151.3860.2264.51
Hex6EDBA732018E973c41
Octal156333247620301622774101
Binary110111011011011101001111100100110001110100101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,219,167); }

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

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

 a { background-color: rgb(110,219,167); }

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

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

 span { border-color: rgb(110,219,167); }

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