#6FC2B7

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

Shades of Monte Carlo #6FC2B7

Tints of Monte Carlo #6FC2B7

Color information

#6FC2B7 (or 0x6FC2B7) is unknown color: approx Monte Carlo. HEX triplet: 6F, C2 and B7. RGB value is (111,194,183). Sum of RGB (Red+Green+Blue) = 111+194+183=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2B7 is #903D48. Grayscale: #A7A7A7. Windows color (decimal): -9452873 or 12042863. OLE color: 12042863.

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

Color convert

RGB111194183-
CMYK0.4300.060.24
HSL172.05º40.49%59.8%-
HSV(B)172.05º42.78%76.08%-
XYZ34.3945.3851.75-
YUV167.93136.587.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=22.75%
G=39.75%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111941830.4300.060.24172.0540.4959.8
Hex6FC2B72B0618ac283c
Octal1573022675306302545074
Binary1101111110000101011011110101101101100010101100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,194,183); }

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

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

 a { background-color: rgb(111,194,183); }

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

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

 span { border-color: rgb(111,194,183); }

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