#7FD1B0

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

Shades of Monte Carlo #7FD1B0

Tints of Monte Carlo #7FD1B0

Color information

#7FD1B0 (or 0x7FD1B0) is unknown color: approx Monte Carlo. HEX triplet: 7F, D1 and B0. RGB value is (127,209,176). Sum of RGB (Red+Green+Blue) = 127+209+176=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD1B0 is #802E4F. Grayscale: #B4B4B4. Windows color (decimal): -8400464 or 11587967. OLE color: 11587967.

HSL color Cylindrical-coordinate representation of color #7FD1B0: hue angle of 155.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD1B0 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB127209176-
CMYK0.3900.160.18
HSL155.85º47.13%65.88%-
HSV(B)155.85º39.23%81.96%-
XYZ39.3953.2549.28-
YUV180.72125.3389.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=24.80%
G=40.82%
B=34.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272091760.3900.160.18155.8547.1365.88
Hex7FD1B027010129c2f42
Octal177321260470202223457102
Binary1111111110100011011000010011101000010010100111001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,209,176); }

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

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

 a { background-color: rgb(127,209,176); }

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

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

 span { border-color: rgb(127,209,176); }

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