#7FD3B2

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

Shades of Monte Carlo #7FD3B2

Tints of Monte Carlo #7FD3B2

Color information

#7FD3B2 (or 0x7FD3B2) is unknown color: approx Monte Carlo. HEX triplet: 7F, D3 and B2. RGB value is (127,211,178). Sum of RGB (Red+Green+Blue) = 127+211+178=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD3B2 is #802C4D. Grayscale: #B6B6B6. Windows color (decimal): -8399950 or 11719551. OLE color: 11719551.

HSL color Cylindrical-coordinate representation of color #7FD3B2: hue angle of 156.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD3B2 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB127211178-
CMYK0.4000.160.17
HSL156.43º48.84%66.27%-
HSV(B)156.43º39.81%82.75%-
XYZ40.0854.3150.49-
YUV182.12125.6788.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.61%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=24.61%
G=40.89%
B=34.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272111780.4000.160.17156.4348.8466.27
Hex7FD3B228010119c3142
Octal177323262500202123461102
Binary1111111110100111011001010100001000010001100111001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,211,178); }

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

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

 a { background-color: rgb(127,211,178); }

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

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

 span { border-color: rgb(127,211,178); }

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