#7DD2AE

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

Shades of Monte Carlo #7DD2AE

Tints of Monte Carlo #7DD2AE

Color information

#7DD2AE (or 0x7DD2AE) is unknown color: approx Monte Carlo. HEX triplet: 7D, D2 and AE. RGB value is (125,210,174). Sum of RGB (Red+Green+Blue) = 125+210+174=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD2AE is #822D51. Grayscale: #B4B4B4. Windows color (decimal): -8531282 or 11457149. OLE color: 11457149.

HSL color Cylindrical-coordinate representation of color #7DD2AE: hue angle of 154.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2AE is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB125210174-
CMYK0.4000.170.18
HSL154.59º48.57%65.69%-
HSV(B)154.59º40.48%82.35%-
XYZ39.1453.5148.31-
YUV180.48124.3488.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=24.56%
G=41.26%
B=34.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101740.4000.170.18154.5948.5765.69
Hex7DD2AE28011129b3142
Octal175322256500212223361102
Binary1111101110100101010111010100001000110010100110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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