#6FC1BA

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

Shades of Monte Carlo #6FC1BA

Tints of Monte Carlo #6FC1BA

Color information

#6FC1BA (or 0x6FC1BA) is unknown color: approx Monte Carlo. HEX triplet: 6F, C1 and BA. RGB value is (111,193,186). Sum of RGB (Red+Green+Blue) = 111+193+186=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1BA is #903E45. Grayscale: #A7A7A7. Windows color (decimal): -9453126 or 12239215. OLE color: 12239215.

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

Color convert

RGB111193186-
CMYK0.4200.040.24
HSL174.88º39.81%59.61%-
HSV(B)174.88º42.49%75.69%-
XYZ34.4945.0653.33-
YUV167.68138.3387.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.65%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=22.65%
G=39.39%
B=37.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111931860.4200.040.24174.8839.8159.61
Hex6FC1BA2A0418af283c
Octal1573012725204302575074
Binary1101111110000011011101010101001001100010101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,186); }

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

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

 a { background-color: rgb(111,193,186); }

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

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

 span { border-color: rgb(111,193,186); }

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