#6ED0B1

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

Shades of Medium Aquamarine #6ED0B1

Tints of Medium Aquamarine #6ED0B1

Color information

#6ED0B1 (or 0x6ED0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D0 and B1. RGB value is (110,208,177). Sum of RGB (Red+Green+Blue) = 110+208+177=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0B1 is #912F4E. Grayscale: #AFAFAF. Windows color (decimal): -9514831 or 11653230. OLE color: 11653230.

HSL color Cylindrical-coordinate representation of color #6ED0B1: hue angle of 161.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0B1 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB110208177-
CMYK0.4700.150.18
HSL161.02º51.04%62.35%-
HSV(B)161.02º47.12%81.57%-
XYZ36.9251.649.61-
YUV175.16129.0381.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.22%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=22.22%
G=42.02%
B=35.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081770.4700.150.18161.0251.0462.35
Hex6ED0B12F0F12a1333e
Octal15632026157017222416376
Binary11011101101000010110001101111011111001010100001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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