#7EC0BD

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

Shades of Monte Carlo #7EC0BD

Tints of Monte Carlo #7EC0BD

Color information

#7EC0BD (or 0x7EC0BD) is unknown color: approx Monte Carlo. HEX triplet: 7E, C0 and BD. RGB value is (126,192,189). Sum of RGB (Red+Green+Blue) = 126+192+189=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0BD is #813F42. Grayscale: #ABABAB. Windows color (decimal): -8470339 or 12435582. OLE color: 12435582.

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

Color convert

RGB126192189-
CMYK0.3400.020.25
HSL177.27º34.38%62.35%-
HSV(B)177.27º34.38%75.29%-
XYZ36.6445.8155.06-
YUV171.92137.6395.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=24.85%
G=37.87%
B=37.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261921890.3400.020.25177.2734.3862.35
Hex7EC0BD220219b1223e
Octal1763002754202312614276
Binary111111011000000101111011000100101100110110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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