#6EC1BA

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

Shades of Monte Carlo #6EC1BA

Tints of Monte Carlo #6EC1BA

Color information

#6EC1BA (or 0x6EC1BA) is unknown color: approx Monte Carlo. HEX triplet: 6E, C1 and BA. RGB value is (110,193,186). Sum of RGB (Red+Green+Blue) = 110+193+186=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1BA is #913E45. Grayscale: #A7A7A7. Windows color (decimal): -9518662 or 12239214. OLE color: 12239214.

HSL color Cylindrical-coordinate representation of color #6EC1BA: hue angle of 174.94º 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 #6EC1BA is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB110193186-
CMYK0.4300.040.24
HSL174.94º40.1%59.41%-
HSV(B)174.94º43.01%75.69%-
XYZ34.364553.33-
YUV167.38138.587.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=22.49%
G=39.47%
B=38.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101931860.4300.040.24174.9440.159.41
Hex6EC1BA2B0418af283b
Octal1563012725304302575073
Binary1101110110000011011101010101101001100010101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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