#6FCBB2

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

Shades of Monte Carlo #6FCBB2

Tints of Monte Carlo #6FCBB2

Color information

#6FCBB2 (or 0x6FCBB2) is unknown color: approx Monte Carlo. HEX triplet: 6F, CB and B2. RGB value is (111,203,178). Sum of RGB (Red+Green+Blue) = 111+203+178=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBB2 is #90344D. Grayscale: #ACACAC. Windows color (decimal): -9450574 or 11717487. OLE color: 11717487.

HSL color Cylindrical-coordinate representation of color #6FCBB2: hue angle of 163.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBB2 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB111203178-
CMYK0.4500.120.20
HSL163.7º46.94%61.57%-
HSV(B)163.7º45.32%79.61%-
XYZ35.9549.3149.74-
YUV172.64131.0284.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.56%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=22.56%
G=41.26%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112031780.4500.120.20163.746.9461.57
Hex6FCBB22D0C14a42f3e
Octal15731326255014242445776
Binary11011111100101110110010101101011001010010100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,203,178); }

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

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

 a { background-color: rgb(111,203,178); }

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

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

 span { border-color: rgb(111,203,178); }

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