#7EBDBB

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

Shades of Monte Carlo #7EBDBB

Tints of Monte Carlo #7EBDBB

Color information

#7EBDBB (or 0x7EBDBB) is unknown color: approx Monte Carlo. HEX triplet: 7E, BD and BB. RGB value is (126,189,187). Sum of RGB (Red+Green+Blue) = 126+189+187=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDBB is #814244. Grayscale: #A9A9A9. Windows color (decimal): -8471109 or 12303742. OLE color: 12303742.

HSL color Cylindrical-coordinate representation of color #7EBDBB: hue angle of 178.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDBB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB126189187-
CMYK0.3300.010.26
HSL178.1º32.31%61.76%-
HSV(B)178.1º33.33%74.12%-
XYZ35.7744.4253.7-
YUV169.94137.6396.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=25.10%
G=37.65%
B=37.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891870.3300.010.26178.132.3161.76
Hex7EBDBB21011Ab2203e
Octal1762752734101322624076
Binary11111101011110110111011100001011101010110010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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