#6EBEAF

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

Shades of Monte Carlo #6EBEAF

Tints of Monte Carlo #6EBEAF

Color information

#6EBEAF (or 0x6EBEAF) is unknown color: approx Monte Carlo. HEX triplet: 6E, BE and AF. RGB value is (110,190,175). Sum of RGB (Red+Green+Blue) = 110+190+175=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEAF is #914150. Grayscale: #A4A4A4. Windows color (decimal): -9519441 or 11517550. OLE color: 11517550.

HSL color Cylindrical-coordinate representation of color #6EBEAF: hue angle of 168.75º degrees, saturation: 0.38, 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 #6EBEAF is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB110190175-
CMYK0.4200.080.25
HSL168.75º38.1%58.82%-
HSV(B)168.75º42.11%74.51%-
XYZ32.5843.2447.19-
YUV164.3713489.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=23.16%
G=40%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101901750.4200.080.25168.7538.158.82
Hex6EBEAF2A0819a9263b
Octal15627625752010312514673
Binary11011101011111010101111101010010001100110101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,175); }

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

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

 a { background-color: rgb(110,190,175); }

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

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

 span { border-color: rgb(110,190,175); }

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