#6EC2B9

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

Shades of Monte Carlo #6EC2B9

Tints of Monte Carlo #6EC2B9

Color information

#6EC2B9 (or 0x6EC2B9) is unknown color: approx Monte Carlo. HEX triplet: 6E, C2 and B9. RGB value is (110,194,185). Sum of RGB (Red+Green+Blue) = 110+194+185=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2B9 is #913D46. Grayscale: #A7A7A7. Windows color (decimal): -9518407 or 12173934. OLE color: 12173934.

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

Color convert

RGB110194185-
CMYK0.4300.050.24
HSL173.57º40.78%59.61%-
HSV(B)173.57º43.3%76.08%-
XYZ34.4845.452.85-
YUV167.86137.6786.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=22.49%
G=39.67%
B=37.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941850.4300.050.24173.5740.7859.61
Hex6EC2B92B0518ae293c
Octal1563022715305302565174
Binary1101110110000101011100110101101011100010101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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