#6ED6B1

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

Shades of Medium Aquamarine #6ED6B1

Tints of Medium Aquamarine #6ED6B1

Color information

#6ED6B1 (or 0x6ED6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and B1. RGB value is (110,214,177). Sum of RGB (Red+Green+Blue) = 110+214+177=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6B1 is #91294E. Grayscale: #B2B2B2. Windows color (decimal): -9513295 or 11654766. OLE color: 11654766.

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

Color convert

RGB110214177-
CMYK0.4900.170.16
HSL158.65º55.91%63.53%-
HSV(B)158.65º48.6%83.92%-
XYZ38.4154.5850.11-
YUV178.69127.0479.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.96%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=21.96%
G=42.71%
B=35.33%

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
Decimal1102141770.4900.170.16158.6555.9163.53
Hex6ED6B131011109f3840
Octal156326261610212023770100
Binary1101110110101101011000111000101000110000100111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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