#7CC0B7

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

Shades of Monte Carlo #7CC0B7

Tints of Monte Carlo #7CC0B7

Color information

#7CC0B7 (or 0x7CC0B7) is unknown color: approx Monte Carlo. HEX triplet: 7C, C0 and B7. RGB value is (124,192,183). Sum of RGB (Red+Green+Blue) = 124+192+183=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0B7 is #833F48. Grayscale: #AAAAAA. Windows color (decimal): -8601417 or 12042364. OLE color: 12042364.

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

Color convert

RGB124192183-
CMYK0.3500.050.25
HSL172.06º35.05%61.96%-
HSV(B)172.06º35.42%75.29%-
XYZ35.7145.451.68-
YUV170.64134.9794.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.85%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=24.85%
G=38.48%
B=36.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921830.3500.050.25172.0635.0561.96
Hex7CC0B7230519ac233e
Octal1743002674305312544376
Binary1111100110000001011011110001101011100110101100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,183); }

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

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

 a { background-color: rgb(124,192,183); }

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

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

 span { border-color: rgb(124,192,183); }

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