Html Css Color HEX #7DC1AD Monte Carlo

📋 copy color: '#7DC1AD'

red 125 ◦ green 193 ◦ blue 173

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

Shades of Monte Carlo #7DC1AD

Tints of Monte Carlo #7DC1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

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

R = 25.46%
G = 39.31%
B = 35.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#7DC1AD (or 0x7DC1AD) is known color: Monte Carlo. HEX triplet: 7D, C1 and AD. RGB value is (125,193,173). Sum of RGB (Red+Green+Blue) = 125+193+173=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1AD is #823E52. Grayscale: #AAAAAA. Windows color (decimal): -8535635 or 11387261. OLE color: 11387261.

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

Color convert

RGB 125 193 173 -
CMYK 0.35 0 0.10 0.24
HSL 162.35º 0.35% 0.62% -
HSV(B) 162.35º 0.35% 0.76% -
XYZ 35.07 45.52 46.47 -
YUV 170.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 125 193 173 0.35 0 0.10 0.24 162.35 0.35 0.62
Hex 7D C1 AD 23 0 A 18 A2 23 3E
Octal 175 301 255 43 0 12 30 242 43 76
Binary 1111101 11000001 10101101 100011 0 1010 11000 10100010 100011 111110

Color Harmonies of #7DC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC1AD

Black with #7DC1AD

Text Example


Text Example

White with #7DC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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