#6ECCB1

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

Shades of Medium Aquamarine #6ECCB1

Tints of Medium Aquamarine #6ECCB1

Color information

#6ECCB1 (or 0x6ECCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, CC and B1. RGB value is (110,204,177). Sum of RGB (Red+Green+Blue) = 110+204+177=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCB1 is #91334E. Grayscale: #ACACAC. Windows color (decimal): -9515855 or 11652206. OLE color: 11652206.

HSL color Cylindrical-coordinate representation of color #6ECCB1: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCB1 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB110204177-
CMYK0.4600.130.2
HSL162.77º47.96%61.57%-
HSV(B)162.77º46.08%80%-
XYZ35.9649.6849.29-
YUV172.82130.3683.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=22.40%
G=41.55%
B=36.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041770.4600.130.2162.7747.9661.57
Hex6ECCB12E0D14a3303e
Octal15631426156015242436076
Binary11011101100110010110001101110011011010010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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