#7EC8B9

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

Shades of Monte Carlo #7EC8B9

Tints of Monte Carlo #7EC8B9

Color information

#7EC8B9 (or 0x7EC8B9) is unknown color: approx Monte Carlo. HEX triplet: 7E, C8 and B9. RGB value is (126,200,185). Sum of RGB (Red+Green+Blue) = 126+200+185=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8B9 is #813746. Grayscale: #B0B0B0. Windows color (decimal): -8468295 or 12175486. OLE color: 12175486.

HSL color Cylindrical-coordinate representation of color #7EC8B9: hue angle of 167.84º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC8B9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB126200185-
CMYK0.3700.080.22
HSL167.84º40.22%63.92%-
HSV(B)167.84º37%78.43%-
XYZ38.0249.2553.4-
YUV176.16132.9892.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=24.66%
G=39.14%
B=36.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1262001850.3700.080.22167.8440.2263.92
Hex7EC8B9250816a82840
Octal176310271450102625050100
Binary111111011001000101110011001010100010110101010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,200,185); }

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

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

 a { background-color: rgb(126,200,185); }

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

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

 span { border-color: rgb(126,200,185); }

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