#7FD0B4

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

Shades of Monte Carlo #7FD0B4

Tints of Monte Carlo #7FD0B4

Color information

#7FD0B4 (or 0x7FD0B4) is unknown color: approx Monte Carlo. HEX triplet: 7F, D0 and B4. RGB value is (127,208,180). Sum of RGB (Red+Green+Blue) = 127+208+180=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0B4 is #802F4B. Grayscale: #B4B4B4. Windows color (decimal): -8400716 or 11849855. OLE color: 11849855.

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

Color convert

RGB127208180-
CMYK0.3900.130.18
HSL159.26º46.29%65.69%-
HSV(B)159.26º38.94%81.57%-
XYZ39.5552.9251.31-
YUV180.59127.6689.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.66%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=24.66%
G=40.39%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272081800.3900.130.18159.2646.2965.69
Hex7FD0B4270D129f2e42
Octal177320264470152223756102
Binary111111111010000101101001001110110110010100111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,208,180); }

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

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

 a { background-color: rgb(127,208,180); }

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

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

 span { border-color: rgb(127,208,180); }

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