#7BC4C2

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

Shades of Monte Carlo #7BC4C2

Tints of Monte Carlo #7BC4C2

Color information

#7BC4C2 (or 0x7BC4C2) is unknown color: approx Monte Carlo. HEX triplet: 7B, C4 and C2. RGB value is (123,196,194). Sum of RGB (Red+Green+Blue) = 123+196+194=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC4C2 is #843B3D. Grayscale: #ADADAD. Windows color (decimal): -8665918 or 12764283. OLE color: 12764283.

HSL color Cylindrical-coordinate representation of color #7BC4C2: hue angle of 178.36º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC4C2 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB123196194-
CMYK0.3700.010.23
HSL178.36º38.22%62.55%-
HSV(B)178.36º37.24%76.86%-
XYZ37.6547.5958.24-
YUV173.94139.3291.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.98%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=23.98%
G=38.21%
B=37.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1231961940.3700.010.23178.3638.2262.55
Hex7BC4C2250117b2263f
Octal1733043024501272624677
Binary11110111100010011000010100101011011110110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BC4C2; }

 p { color: rgb(123,196,194); }

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

<style>
 a { background-color: #7BC4C2; }

 a { background-color: rgb(123,196,194); }

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

<style>
 span { border-color: #7BC4C2; }

 span { border-color: rgb(123,196,194); }

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