#7CCEB5

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

Shades of Monte Carlo #7CCEB5

Tints of Monte Carlo #7CCEB5

Color information

#7CCEB5 (or 0x7CCEB5) is unknown color: approx Monte Carlo. HEX triplet: 7C, CE and B5. RGB value is (124,206,181). Sum of RGB (Red+Green+Blue) = 124+206+181=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEB5 is #83314A. Grayscale: #B2B2B2. Windows color (decimal): -8597835 or 11914876. OLE color: 11914876.

HSL color Cylindrical-coordinate representation of color #7CCEB5: hue angle of 161.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEB5 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB124206181-
CMYK0.4000.120.19
HSL161.71º45.56%64.71%-
HSV(B)161.71º39.81%80.78%-
XYZ38.7251.7651.67-
YUV178.63129.3389.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.27%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=24.27%
G=40.31%
B=35.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242061810.4000.120.19161.7145.5664.71
Hex7CCEB5280C13a22e41
Octal174316265500142324256101
Binary111110011001110101101011010000110010011101000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,181); }

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

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

 a { background-color: rgb(124,206,181); }

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

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

 span { border-color: rgb(124,206,181); }

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