#7CC8B2

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

Shades of Monte Carlo #7CC8B2

Tints of Monte Carlo #7CC8B2

Color information

#7CC8B2 (or 0x7CC8B2) is unknown color: approx Monte Carlo. HEX triplet: 7C, C8 and B2. RGB value is (124,200,178). Sum of RGB (Red+Green+Blue) = 124+200+178=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC8B2 is #83374D. Grayscale: #AEAEAE. Windows color (decimal): -8599374 or 11716732. OLE color: 11716732.

HSL color Cylindrical-coordinate representation of color #7CC8B2: hue angle of 162.63º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8B2 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB124200178-
CMYK0.3800.110.22
HSL162.63º40.86%63.53%-
HSV(B)162.63º38%78.43%-
XYZ3748.8149.59-
YUV174.77129.8291.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=24.70%
G=39.84%
B=35.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001780.3800.110.22162.6340.8663.53
Hex7CC8B2260B16a32940
Octal174310262460132624351100
Binary111110011001000101100101001100101110110101000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,178); }

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

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

 a { background-color: rgb(124,200,178); }

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

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

 span { border-color: rgb(124,200,178); }

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