#7CC2BB

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

Shades of Monte Carlo #7CC2BB

Tints of Monte Carlo #7CC2BB

Color information

#7CC2BB (or 0x7CC2BB) is unknown color: approx Monte Carlo. HEX triplet: 7C, C2 and BB. RGB value is (124,194,187). Sum of RGB (Red+Green+Blue) = 124+194+187=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC2BB is #833D44. Grayscale: #ACACAC. Windows color (decimal): -8600901 or 12305020. OLE color: 12305020.

HSL color Cylindrical-coordinate representation of color #7CC2BB: hue angle of 174º 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 #7CC2BB is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB124194187-
CMYK0.3600.040.24
HSL174º36.46%62.35%-
HSV(B)174º36.08%76.08%-
XYZ36.5746.4654.05-
YUV172.27136.3193.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=24.55%
G=38.42%
B=37.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941870.3600.040.2417436.4662.35
Hex7CC2BB240418ae243e
Octal1743022734404302564476
Binary1111100110000101011101110010001001100010101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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