#7CCCAB

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

Shades of Monte Carlo #7CCCAB

Tints of Monte Carlo #7CCCAB

Color information

#7CCCAB (or 0x7CCCAB) is unknown color: approx Monte Carlo. HEX triplet: 7C, CC and AB. RGB value is (124,204,171). Sum of RGB (Red+Green+Blue) = 124+204+171=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAB is #833354. Grayscale: #B0B0B0. Windows color (decimal): -8598357 or 11259004. OLE color: 11259004.

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

Color convert

RGB124204171-
CMYK0.3900.160.2
HSL155.25º43.96%64.31%-
HSV(B)155.25º39.22%80%-
XYZ37.2650.4146.29-
YUV176.3212590.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.85%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=24.85%
G=40.88%
B=34.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041710.3900.160.2155.2543.9664.31
Hex7CCCAB27010149b2c40
Octal174314253470202423354100
Binary1111100110011001010101110011101000010100100110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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