#7CCBB4

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

Shades of Monte Carlo #7CCBB4

Tints of Monte Carlo #7CCBB4

Color information

#7CCBB4 (or 0x7CCBB4) is unknown color: approx Monte Carlo. HEX triplet: 7C, CB and B4. RGB value is (124,203,180). Sum of RGB (Red+Green+Blue) = 124+203+180=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBB4 is #83344B. Grayscale: #B0B0B0. Windows color (decimal): -8598604 or 11848572. OLE color: 11848572.

HSL color Cylindrical-coordinate representation of color #7CCBB4: hue angle of 162.53º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCBB4 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB124203180-
CMYK0.3900.110.20
HSL162.53º43.17%64.12%-
HSV(B)162.53º38.92%79.61%-
XYZ37.9150.2950.89-
YUV176.76129.8390.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=24.46%
G=40.04%
B=35.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242031800.3900.110.20162.5343.1764.12
Hex7CCBB4270B14a32b40
Octal174313264470132424353100
Binary111110011001011101101001001110101110100101000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,203,180); }

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

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

 a { background-color: rgb(124,203,180); }

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

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

 span { border-color: rgb(124,203,180); }

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