#7ebfb4

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

Shades of Monte Carlo #7EBFB4

Tints of Monte Carlo #7EBFB4

Color information

#7EBFB4 (or 0x7EBFB4) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and B4. RGB value is (126,191,180). Sum of RGB (Red+Green+Blue) = 126+191+180=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFB4 is #81404B. Grayscale: #AAAAAA. Windows color (decimal): -8470604 or 11845502. OLE color: 11845502.

HSL color Cylindrical-coordinate representation of color #7EBFB4: hue angle of 169.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBFB4 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB126191180-
CMYK0.3400.060.25
HSL169.85º33.68%62.16%-
HSV(B)169.85º34.03%74.9%-
XYZ35.4744.9949.99-
YUV170.31133.4796.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=25.35%
G=38.43%
B=36.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911800.3400.060.25169.8533.6862.16
Hex7EBFB4220619aa223e
Octal1762772644206312524276
Binary1111110101111111011010010001001101100110101010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ebfb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,180); }

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

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

 a { background-color: rgb(126,191,180); }

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

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

 span { border-color: rgb(126,191,180); }

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