#7EBBB0

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

Shades of Monte Carlo #7EBBB0

Tints of Monte Carlo #7EBBB0

Color information

#7EBBB0 (or 0x7EBBB0) is unknown color: approx Monte Carlo. HEX triplet: 7E, BB and B0. RGB value is (126,187,176). Sum of RGB (Red+Green+Blue) = 126+187+176=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBB0 is #81444F. Grayscale: #A7A7A7. Windows color (decimal): -8471632 or 11582334. OLE color: 11582334.

HSL color Cylindrical-coordinate representation of color #7EBBB0: hue angle of 169.18º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBB0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB126187176-
CMYK0.3300.060.27
HSL169.18º30.96%61.37%-
HSV(B)169.18º32.62%73.33%-
XYZ34.2143.1147.59-
YUV167.51132.7998.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=25.77%
G=38.24%
B=35.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871760.3300.060.27169.1830.9661.37
Hex7EBBB021061Ba91f3d
Octal1762732604106332513775
Binary111111010111011101100001000010110110111010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,176); }

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

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

 a { background-color: rgb(126,187,176); }

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

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

 span { border-color: rgb(126,187,176); }

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