#7DC8AE

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

Shades of Monte Carlo #7DC8AE

Tints of Monte Carlo #7DC8AE

Color information

#7DC8AE (or 0x7DC8AE) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and AE. RGB value is (125,200,174). Sum of RGB (Red+Green+Blue) = 125+200+174=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8AE is #823751. Grayscale: #AEAEAE. Windows color (decimal): -8533842 or 11454589. OLE color: 11454589.

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

Color convert

RGB125200174-
CMYK0.3800.130.22
HSL159.2º40.54%63.73%-
HSV(B)159.2º37.5%78.43%-
XYZ36.7548.7247.51-
YUV174.61127.6592.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=25.05%
G=40.08%
B=34.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001740.3800.130.22159.240.5463.73
Hex7DC8AE260D169f2940
Octal175310256460152623751100
Binary111110111001000101011101001100110110110100111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,174); }

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

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

 a { background-color: rgb(125,200,174); }

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

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

 span { border-color: rgb(125,200,174); }

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