#7CCCBC

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

Shades of Monte Carlo #7CCCBC

Tints of Monte Carlo #7CCCBC

Color information

#7CCCBC (or 0x7CCCBC) is unknown color: approx Monte Carlo. HEX triplet: 7C, CC and BC. RGB value is (124,204,188). Sum of RGB (Red+Green+Blue) = 124+204+188=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCBC is #833343. Grayscale: #B2B2B2. Windows color (decimal): -8598340 or 12373116. OLE color: 12373116.

HSL color Cylindrical-coordinate representation of color #7CCCBC: hue angle of 168º degrees, saturation: 0.44, 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 #7CCCBC is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB124204188-
CMYK0.3900.080.2
HSL168º43.96%64.31%-
HSV(B)168º39.22%80%-
XYZ38.9851.155.39-
YUV178.26133.589.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.03%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=24.03%
G=39.53%
B=36.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041880.3900.080.216843.9664.31
Hex7CCCBC270814a82c40
Octal174314274470102425054100
Binary111110011001100101111001001110100010100101010001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,188); }

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

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

 a { background-color: rgb(124,204,188); }

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

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

 span { border-color: rgb(124,204,188); }

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