#7EC9BD

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

Shades of Monte Carlo #7EC9BD

Tints of Monte Carlo #7EC9BD

Color information

#7EC9BD (or 0x7EC9BD) is unknown color: approx Monte Carlo. HEX triplet: 7E, C9 and BD. RGB value is (126,201,189). Sum of RGB (Red+Green+Blue) = 126+201+189=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC9BD is #813642. Grayscale: #B1B1B1. Windows color (decimal): -8468035 or 12437886. OLE color: 12437886.

HSL color Cylindrical-coordinate representation of color #7EC9BD: hue angle of 170.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC9BD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB126201189-
CMYK0.3700.060.21
HSL170.4º40.98%64.12%-
HSV(B)170.4º37.31%78.82%-
XYZ38.6849.8855.73-
YUV177.21134.6591.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.42%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=24.42%
G=38.95%
B=36.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262011890.3700.060.21170.440.9864.12
Hex7EC9BD250615aa2940
Octal17631127545062525251100
Binary11111101100100110111101100101011010101101010101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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