#7DD6AE

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

Shades of Monte Carlo #7DD6AE

Tints of Monte Carlo #7DD6AE

Color information

#7DD6AE (or 0x7DD6AE) is unknown color: approx Monte Carlo. HEX triplet: 7D, D6 and AE. RGB value is (125,214,174). Sum of RGB (Red+Green+Blue) = 125+214+174=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD6AE is #822951. Grayscale: #B6B6B6. Windows color (decimal): -8530258 or 11458173. OLE color: 11458173.

HSL color Cylindrical-coordinate representation of color #7DD6AE: hue angle of 153.03º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6AE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB125214174-
CMYK0.4200.190.16
HSL153.03º52.05%66.47%-
HSV(B)153.03º41.59%83.92%-
XYZ40.1455.5148.64-
YUV182.83123.0186.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=24.37%
G=41.72%
B=33.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141740.4200.190.16153.0352.0566.47
Hex7DD6AE2A01310993442
Octal175326256520232023164102
Binary1111101110101101010111010101001001110000100110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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