#7CC0B1

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

Shades of Monte Carlo #7CC0B1

Tints of Monte Carlo #7CC0B1

Color information

#7CC0B1 (or 0x7CC0B1) is unknown color: approx Monte Carlo. HEX triplet: 7C, C0 and B1. RGB value is (124,192,177). Sum of RGB (Red+Green+Blue) = 124+192+177=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0B1 is #833F4E. Grayscale: #A9A9A9. Windows color (decimal): -8601423 or 11649148. OLE color: 11649148.

HSL color Cylindrical-coordinate representation of color #7CC0B1: hue angle of 166.76º 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 #7CC0B1 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB124192177-
CMYK0.3500.080.25
HSL166.76º35.05%61.96%-
HSV(B)166.76º35.42%75.29%-
XYZ35.145.1648.46-
YUV169.96131.9795.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.15%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=25.15%
G=38.95%
B=35.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921770.3500.080.25166.7635.0561.96
Hex7CC0B1230819a7233e
Octal17430026143010312474376
Binary11111001100000010110001100011010001100110100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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