#7EBEB6

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

Shades of Monte Carlo #7EBEB6

Tints of Monte Carlo #7EBEB6

Color information

#7EBEB6 (or 0x7EBEB6) is unknown color: approx Monte Carlo. HEX triplet: 7E, BE and B6. RGB value is (126,190,182). Sum of RGB (Red+Green+Blue) = 126+190+182=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEB6 is #814149. Grayscale: #A9A9A9. Windows color (decimal): -8470858 or 11976318. OLE color: 11976318.

HSL color Cylindrical-coordinate representation of color #7EBEB6: hue angle of 172.5º degrees, saturation: 0.33, 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 #7EBEB6 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB126190182-
CMYK0.3400.040.25
HSL172.5º32.99%61.96%-
HSV(B)172.5º33.68%74.51%-
XYZ35.4644.6451-
YUV169.95134.896.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=25.30%
G=38.15%
B=36.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901820.3400.040.25172.532.9961.96
Hex7EBEB6220419ac213e
Octal1762762664204312544176
Binary1111110101111101011011010001001001100110101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,182); }

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

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

 a { background-color: rgb(126,190,182); }

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

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

 span { border-color: rgb(126,190,182); }

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