#6FBEBC

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

Shades of Monte Carlo #6FBEBC

Tints of Monte Carlo #6FBEBC

Color information

#6FBEBC (or 0x6FBEBC) is unknown color: approx Monte Carlo. HEX triplet: 6F, BE and BC. RGB value is (111,190,188). Sum of RGB (Red+Green+Blue) = 111+190+188=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEBC is #904143. Grayscale: #A6A6A6. Windows color (decimal): -9453892 or 12369519. OLE color: 12369519.

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

Color convert

RGB111190188-
CMYK0.4200.010.25
HSL178.48º37.8%59.02%-
HSV(B)178.48º41.58%74.51%-
XYZ34.0543.8454.24-
YUV166.15140.3388.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=22.70%
G=38.85%
B=38.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901880.4200.010.25178.4837.859.02
Hex6FBEBC2A0119b2263b
Octal1572762745201312624673
Binary11011111011111010111100101010011100110110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,188); }

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

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

 a { background-color: rgb(111,190,188); }

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

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

 span { border-color: rgb(111,190,188); }

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