#6FC2B4

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

Shades of Monte Carlo #6FC2B4

Tints of Monte Carlo #6FC2B4

Color information

#6FC2B4 (or 0x6FC2B4) is unknown color: approx Monte Carlo. HEX triplet: 6F, C2 and B4. RGB value is (111,194,180). Sum of RGB (Red+Green+Blue) = 111+194+180=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2B4 is #903D4B. Grayscale: #A7A7A7. Windows color (decimal): -9452876 or 11846255. OLE color: 11846255.

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

Color convert

RGB111194180-
CMYK0.4300.070.24
HSL169.88º40.49%59.8%-
HSV(B)169.88º42.78%76.08%-
XYZ34.0945.2650.12-
YUV167.5913587.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=22.89%
G=40%
B=37.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111941800.4300.070.24169.8840.4959.8
Hex6FC2B42B0718aa283c
Octal1573022645307302525074
Binary1101111110000101011010010101101111100010101010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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