#7FD0B7

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

Shades of Monte Carlo #7FD0B7

Tints of Monte Carlo #7FD0B7

Color information

#7FD0B7 (or 0x7FD0B7) is unknown color: approx Monte Carlo. HEX triplet: 7F, D0 and B7. RGB value is (127,208,183). Sum of RGB (Red+Green+Blue) = 127+208+183=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0B7 is #802F48. Grayscale: #B4B4B4. Windows color (decimal): -8400713 or 12046463. OLE color: 12046463.

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

Color convert

RGB127208183-
CMYK0.3900.120.18
HSL161.48º46.29%65.69%-
HSV(B)161.48º38.94%81.57%-
XYZ39.8653.0452.94-
YUV180.93129.1689.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=24.52%
G=40.15%
B=35.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272081830.3900.120.18161.4846.2965.69
Hex7FD0B7270C12a12e42
Octal177320267470142224156102
Binary111111111010000101101111001110110010010101000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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