#6ECCB0

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

Shades of Medium Aquamarine #6ECCB0

Tints of Medium Aquamarine #6ECCB0

Color information

#6ECCB0 (or 0x6ECCB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, CC and B0. RGB value is (110,204,176). Sum of RGB (Red+Green+Blue) = 110+204+176=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCB0 is #91334F. Grayscale: #ACACAC. Windows color (decimal): -9515856 or 11586670. OLE color: 11586670.

HSL color Cylindrical-coordinate representation of color #6ECCB0: hue angle of 162.13º 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 #6ECCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB110204176-
CMYK0.4600.140.2
HSL162.13º47.96%61.57%-
HSV(B)162.13º46.08%80%-
XYZ35.8649.6448.76-
YUV172.7129.8683.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.45%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=22.45%
G=41.63%
B=35.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041760.4600.140.2162.1347.9661.57
Hex6ECCB02E0E14a2303e
Octal15631426056016242426076
Binary11011101100110010110000101110011101010010100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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