#7CCEB1

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

Shades of Monte Carlo #7CCEB1

Tints of Monte Carlo #7CCEB1

Color information

#7CCEB1 (or 0x7CCEB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, CE and B1. RGB value is (124,206,177). Sum of RGB (Red+Green+Blue) = 124+206+177=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCEB1 is #83314E. Grayscale: #B2B2B2. Windows color (decimal): -8597839 or 11652732. OLE color: 11652732.

HSL color Cylindrical-coordinate representation of color #7CCEB1: hue angle of 158.78º 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 #7CCEB1 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB124206177-
CMYK0.4000.140.19
HSL158.78º45.56%64.71%-
HSV(B)158.78º39.81%80.78%-
XYZ38.3251.649.54-
YUV178.18127.3389.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=24.46%
G=40.63%
B=34.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242061770.4000.140.19158.7845.5664.71
Hex7CCEB1280E139f2e41
Octal174316261500162323756101
Binary111110011001110101100011010000111010011100111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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