#7BCCB4

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

Shades of Monte Carlo #7BCCB4

Tints of Monte Carlo #7BCCB4

Color information

#7BCCB4 (or 0x7BCCB4) is unknown color: approx Monte Carlo. HEX triplet: 7B, CC and B4. RGB value is (123,204,180). Sum of RGB (Red+Green+Blue) = 123+204+180=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCB4 is #84334B. Grayscale: #B1B1B1. Windows color (decimal): -8663884 or 11848827. OLE color: 11848827.

HSL color Cylindrical-coordinate representation of color #7BCCB4: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCB4 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB123204180-
CMYK0.4000.120.2
HSL162.22º44.26%64.12%-
HSV(B)162.22º39.71%80%-
XYZ3850.6950.96-
YUV177.04129.6689.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=24.26%
G=40.24%
B=35.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041800.4000.120.2162.2244.2664.12
Hex7BCCB4280C14a22c40
Octal173314264500142424254100
Binary111101111001100101101001010000110010100101000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,204,180); }

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

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

 a { background-color: rgb(123,204,180); }

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

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

 span { border-color: rgb(123,204,180); }

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