#6AC3B1

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

Shades of Monte Carlo #6AC3B1

Tints of Monte Carlo #6AC3B1

Color information

#6AC3B1 (or 0x6AC3B1) is unknown color: approx Monte Carlo. HEX triplet: 6A, C3 and B1. RGB value is (106,195,177). Sum of RGB (Red+Green+Blue) = 106+195+177=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC3B1 is #953C4E. Grayscale: #A6A6A6. Windows color (decimal): -9780303 or 11649898. OLE color: 11649898.

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

Color convert

RGB106195177-
CMYK0.4600.090.24
HSL167.87º42.58%59.02%-
HSV(B)167.87º45.64%76.47%-
XYZ33.3945.2748.57-
YUV166.34134.0184.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=22.18%
G=40.79%
B=37.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061951770.4600.090.24167.8742.5859.02
Hex6AC3B12E0918a82b3b
Octal15230326156011302505373
Binary11010101100001110110001101110010011100010101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,195,177); }

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

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

 a { background-color: rgb(106,195,177); }

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

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

 span { border-color: rgb(106,195,177); }

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