#7EBCAD

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

Shades of Monte Carlo #7EBCAD

Tints of Monte Carlo #7EBCAD

Color information

#7EBCAD (or 0x7EBCAD) is unknown color: approx Monte Carlo. HEX triplet: 7E, BC and AD. RGB value is (126,188,173). Sum of RGB (Red+Green+Blue) = 126+188+173=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCAD is #814352. Grayscale: #A7A7A7. Windows color (decimal): -8471379 or 11385982. OLE color: 11385982.

HSL color Cylindrical-coordinate representation of color #7EBCAD: hue angle of 165.48º 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 #7EBCAD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB126188173-
CMYK0.3300.080.26
HSL165.48º31.63%61.57%-
HSV(B)165.48º32.98%73.73%-
XYZ34.1343.4246.12-
YUV167.75130.9698.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=25.87%
G=38.60%
B=35.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881730.3300.080.26165.4831.6361.57
Hex7EBCAD21081Aa5203e
Octal17627425541010322454076
Binary11111101011110010101101100001010001101010100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,173); }

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

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

 a { background-color: rgb(126,188,173); }

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

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

 span { border-color: rgb(126,188,173); }

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