#7CC2BC

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

Shades of Monte Carlo #7CC2BC

Tints of Monte Carlo #7CC2BC

Color information

#7CC2BC (or 0x7CC2BC) is unknown color: approx Monte Carlo. HEX triplet: 7C, C2 and BC. RGB value is (124,194,188). Sum of RGB (Red+Green+Blue) = 124+194+188=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC2BC is #833D43. Grayscale: #ACACAC. Windows color (decimal): -8600900 or 12370556. OLE color: 12370556.

HSL color Cylindrical-coordinate representation of color #7CC2BC: hue angle of 174.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC2BC is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB124194188-
CMYK0.3600.030.24
HSL174.86º36.46%62.35%-
HSV(B)174.86º36.08%76.08%-
XYZ36.6846.554.62-
YUV172.39136.8193.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.51%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=24.51%
G=38.34%
B=37.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941880.3600.030.24174.8636.4662.35
Hex7CC2BC240318af243e
Octal1743022744403302574476
Binary111110011000010101111001001000111100010101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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