Html Css Color HEX #7DC5AE Monte Carlo

📋 copy color: '#7DC5AE'

red 125 ◦ green 197 ◦ blue 174

#7DC5AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #7DC5AE

Tints of Monte Carlo #7DC5AE

RGB

 RED value IS 125 (49.22% from 255) = 25.2%

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 25.2%
G = 39.72%
B = 35.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#7DC5AE (or 0x7DC5AE) is known color: Monte Carlo. HEX triplet: 7D, C5 and AE. RGB value is (125,197,174). Sum of RGB (Red+Green+Blue) = 125+197+174=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC5AE is #823A51. Grayscale: #ACACAC. Windows color (decimal): -8534610 or 11453821. OLE color: 11453821.

HSL color Cylindrical-coordinate representation of color #7DC5AE: hue angle of 160.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5AE is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 174 -
CMYK 0.37 0 0.12 0.23
HSL 160.83º 0.38% 0.63% -
HSV(B) 160.83º 0.37% 0.77% -
XYZ 36.06 47.35 47.28 -
YUV 172.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 125 197 174 0.37 0 0.12 0.23 160.83 0.38 0.63
Hex 7D C5 AE 25 0 C 17 A1 26 3F
Octal 175 305 256 45 0 14 27 241 46 77
Binary 1111101 11000101 10101110 100101 0 1100 10111 10100001 100110 111111

Color Harmonies of #7DC5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5AE

Black with #7DC5AE

Text Example


Text Example

White with #7DC5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DC5AE;
 }
 .AnyTagClassName
 {
   color: #7DC5AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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