#6EBFB2

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

Shades of Monte Carlo #6EBFB2

Tints of Monte Carlo #6EBFB2

Color information

#6EBFB2 (or 0x6EBFB2) is unknown color: approx Monte Carlo. HEX triplet: 6E, BF and B2. RGB value is (110,191,178). Sum of RGB (Red+Green+Blue) = 110+191+178=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBFB2 is #91404D. Grayscale: #A5A5A5. Windows color (decimal): -9519182 or 11714414. OLE color: 11714414.

HSL color Cylindrical-coordinate representation of color #6EBFB2: hue angle of 170.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBFB2 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB110191178-
CMYK0.4200.070.25
HSL170.37º38.76%59.02%-
HSV(B)170.37º42.41%74.9%-
XYZ33.143.7948.83-
YUV165.3135.1688.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=22.96%
G=39.87%
B=37.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101911780.4200.070.25170.3738.7659.02
Hex6EBFB22A0719aa273b
Octal1562772625207312524773
Binary1101110101111111011001010101001111100110101010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,178); }

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

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

 a { background-color: rgb(110,191,178); }

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

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

 span { border-color: rgb(110,191,178); }

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