Html Css Color HEX #7DC2AD Monte Carlo

📋 copy color: '#7DC2AD'

red 125 ◦ green 194 ◦ blue 173

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

Shades of Monte Carlo #7DC2AD

Tints of Monte Carlo #7DC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 25.41%
G = 39.43%
B = 35.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#7DC2AD (or 0x7DC2AD) is known color: Monte Carlo. HEX triplet: 7D, C2 and AD. RGB value is (125,194,173). Sum of RGB (Red+Green+Blue) = 125+194+173=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2AD is #823D52. Grayscale: #AAAAAA. Windows color (decimal): -8535379 or 11387517. OLE color: 11387517.

HSL color Cylindrical-coordinate representation of color #7DC2AD: hue angle of 161.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC2AD is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 173 -
CMYK 0.36 0 0.11 0.24
HSL 161.74º 0.36% 0.63% -
HSV(B) 161.74º 0.36% 0.76% -
XYZ 35.29 45.96 46.55 -
YUV 170.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 125 194 173 0.36 0 0.11 0.24 161.74 0.36 0.63
Hex 7D C2 AD 24 0 B 18 A2 24 3F
Octal 175 302 255 44 0 13 30 242 44 77
Binary 1111101 11000010 10101101 100100 0 1011 11000 10100010 100100 111111

Color Harmonies of #7DC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2AD

Black with #7DC2AD

Text Example


Text Example

White with #7DC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,173); }

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

background-color css

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

 a { background-color: rgb(125,194,173); }

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

border-color css

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

 span { border-color: rgb(125,194,173); }

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