#6EC1AC

Color #6EC1AC Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #6EC1AC

Tints of Monte Carlo #6EC1AC

Color information

#6EC1AC (or 0x6EC1AC) is unknown color: approx Monte Carlo. HEX triplet: 6E, C1 and AC. RGB value is (110,193,172). Sum of RGB (Red+Green+Blue) = 110+193+172=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC1AC is #913E53. Grayscale: #A5A5A5. Windows color (decimal): -9518676 or 11321710. OLE color: 11321710.

HSL color Cylindrical-coordinate representation of color #6EC1AC: hue angle of 164.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC1AC is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB110193172-
CMYK0.4300.110.24
HSL164.82º40.1%59.41%-
HSV(B)164.82º43.01%75.69%-
XYZ32.9544.4345.87-
YUV165.79131.588.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=23.16%
G=40.63%
B=36.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101931720.4300.110.24164.8240.159.41
Hex6EC1AC2B0B18a5283b
Octal15630125453013302455073
Binary11011101100000110101100101011010111100010100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,193,172); }

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

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

 a { background-color: rgb(110,193,172); }

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

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

 span { border-color: rgb(110,193,172); }

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