#7FCCB1

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

Shades of Monte Carlo #7FCCB1

Tints of Monte Carlo #7FCCB1

Color information

#7FCCB1 (or 0x7FCCB1) is unknown color: approx Monte Carlo. HEX triplet: 7F, CC and B1. RGB value is (127,204,177). Sum of RGB (Red+Green+Blue) = 127+204+177=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCB1 is #80334E. Grayscale: #B1B1B1. Windows color (decimal): -8401743 or 11652223. OLE color: 11652223.

HSL color Cylindrical-coordinate representation of color #7FCCB1: hue angle of 158.96º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCB1 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB127204177-
CMYK0.3800.130.2
HSL158.96º43.02%64.9%-
HSV(B)158.96º37.75%80%-
XYZ38.2850.8749.4-
YUV177.9127.4991.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=25%
G=40.16%
B=34.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041770.3800.130.2158.9643.0264.9
Hex7FCCB1260D149f2b41
Octal177314261460152423753101
Binary111111111001100101100011001100110110100100111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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