Html Css Color HEX #7DC3AA Monte Carlo

📋 copy color: '#7DC3AA'

red 125 ◦ green 195 ◦ blue 170

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

Shades of Monte Carlo #7DC3AA

Tints of Monte Carlo #7DC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 25.51%
G = 39.8%
B = 34.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#7DC3AA (or 0x7DC3AA) is known color: Monte Carlo. HEX triplet: 7D, C3 and AA. RGB value is (125,195,170). Sum of RGB (Red+Green+Blue) = 125+195+170=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC3AA is #823C55. Grayscale: #ABABAB. Windows color (decimal): -8535126 or 11191165. OLE color: 11191165.

HSL color Cylindrical-coordinate representation of color #7DC3AA: hue angle of 158.57º degrees, saturation: 0.37, 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 #7DC3AA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 170 -
CMYK 0.36 0 0.13 0.24
HSL 158.57º 0.37% 0.63% -
HSV(B) 158.57º 0.36% 0.76% -
XYZ 35.23 46.29 45.11 -
YUV 171.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 125 195 170 0.36 0 0.13 0.24 158.57 0.37 0.63
Hex 7D C3 AA 24 0 D 18 9F 25 3F
Octal 175 303 252 44 0 15 30 237 45 77
Binary 1111101 11000011 10101010 100100 0 1101 11000 10011111 100101 111111

Color Harmonies of #7DC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC3AA

Black with #7DC3AA

Text Example


Text Example

White with #7DC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,170); }

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

background-color css

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

 a { background-color: rgb(125,195,170); }

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

border-color css

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

 span { border-color: rgb(125,195,170); }

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