#7BC0B8

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

Shades of Monte Carlo #7BC0B8

Tints of Monte Carlo #7BC0B8

Color information

#7BC0B8 (or 0x7BC0B8) is unknown color: approx Monte Carlo. HEX triplet: 7B, C0 and B8. RGB value is (123,192,184). Sum of RGB (Red+Green+Blue) = 123+192+184=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC0B8 is #843F47. Grayscale: #AAAAAA. Windows color (decimal): -8666952 or 12107899. OLE color: 12107899.

HSL color Cylindrical-coordinate representation of color #7BC0B8: hue angle of 173.04º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC0B8 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB123192184-
CMYK0.3600.040.25
HSL173.04º35.38%61.76%-
HSV(B)173.04º35.94%75.29%-
XYZ35.6745.3752.22-
YUV170.46135.6494.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.65%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=24.65%
G=38.48%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231921840.3600.040.25173.0435.3861.76
Hex7BC0B8240419ad233e
Octal1733002704404312554376
Binary1111011110000001011100010010001001100110101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,184); }

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

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

 a { background-color: rgb(123,192,184); }

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

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

 span { border-color: rgb(123,192,184); }

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