#6EC2BB

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

Shades of Monte Carlo #6EC2BB

Tints of Monte Carlo #6EC2BB

Color information

#6EC2BB (or 0x6EC2BB) is unknown color: approx Monte Carlo. HEX triplet: 6E, C2 and BB. RGB value is (110,194,187). Sum of RGB (Red+Green+Blue) = 110+194+187=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2BB is #913D44. Grayscale: #A8A8A8. Windows color (decimal): -9518405 or 12305006. OLE color: 12305006.

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

Color convert

RGB110194187-
CMYK0.4300.040.24
HSL175º40.78%59.61%-
HSV(B)175º43.3%76.08%-
XYZ34.6945.4953.97-
YUV168.09138.6786.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=22.40%
G=39.51%
B=38.09%

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
Decimal1101941870.4300.040.2417540.7859.61
Hex6EC2BB2B0418af293c
Octal1563022735304302575174
Binary1101110110000101011101110101101001100010101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,194,187); }

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

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

 a { background-color: rgb(110,194,187); }

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

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

 span { border-color: rgb(110,194,187); }

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