#7CC4BE

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

Shades of Monte Carlo #7CC4BE

Tints of Monte Carlo #7CC4BE

Color information

#7CC4BE (or 0x7CC4BE) is unknown color: approx Monte Carlo. HEX triplet: 7C, C4 and BE. RGB value is (124,196,190). Sum of RGB (Red+Green+Blue) = 124+196+190=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4BE is #833B41. Grayscale: #ADADAD. Windows color (decimal): -8600386 or 12502140. OLE color: 12502140.

HSL color Cylindrical-coordinate representation of color #7CC4BE: hue angle of 175º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC4BE is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB124196190-
CMYK0.3700.030.23
HSL175º37.89%62.75%-
HSV(B)175º36.73%76.86%-
XYZ37.3547.4855.91-
YUV173.79137.1592.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=24.31%
G=38.43%
B=37.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241961900.3700.030.2317537.8962.75
Hex7CC4BE250317af263f
Octal1743042764503272574677
Binary111110011000100101111101001010111011110101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,190); }

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

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

 a { background-color: rgb(124,196,190); }

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

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

 span { border-color: rgb(124,196,190); }

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