#7CCCB1

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

Shades of Monte Carlo #7CCCB1

Tints of Monte Carlo #7CCCB1

Color information

#7CCCB1 (or 0x7CCCB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, CC and B1. RGB value is (124,204,177). Sum of RGB (Red+Green+Blue) = 124+204+177=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCB1 is #83334E. Grayscale: #B1B1B1. Windows color (decimal): -8598351 or 11652220. OLE color: 11652220.

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

Color convert

RGB124204177-
CMYK0.3900.130.2
HSL159.75º43.96%64.31%-
HSV(B)159.75º39.22%80%-
XYZ37.8450.6549.38-
YUV17712890.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=24.55%
G=40.40%
B=35.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041770.3900.130.2159.7543.9664.31
Hex7CCCB1270D14a02c40
Octal174314261470152424054100
Binary111110011001100101100011001110110110100101000001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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