Html Css Color HEX #7DC7AC Monte Carlo

📋 copy color: '#7DC7AC'

red 125 ◦ green 199 ◦ blue 172

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

Shades of Monte Carlo #7DC7AC

Tints of Monte Carlo #7DC7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 25.2%
G = 40.12%
B = 34.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#7DC7AC (or 0x7DC7AC) is known color: Monte Carlo. HEX triplet: 7D, C7 and AC. RGB value is (125,199,172). Sum of RGB (Red+Green+Blue) = 125+199+172=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC7AC is #823853. Grayscale: #ADADAD. Windows color (decimal): -8534100 or 11323261. OLE color: 11323261.

HSL color Cylindrical-coordinate representation of color #7DC7AC: hue angle of 158.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7AC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 172 -
CMYK 0.37 0 0.14 0.22
HSL 158.11º 0.4% 0.64% -
HSV(B) 158.11º 0.37% 0.78% -
XYZ 36.33 48.19 46.42 -
YUV 173.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 125 199 172 0.37 0 0.14 0.22 158.11 0.4 0.64
Hex 7D C7 AC 25 0 E 16 9E 28 40
Octal 175 307 254 45 0 16 26 236 50 100
Binary 1111101 11000111 10101100 100101 0 1110 10110 10011110 101000 1000000

Color Harmonies of #7DC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC7AC

Black with #7DC7AC

Text Example


Text Example

White with #7DC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,199,172); }

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

background-color css

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

 a { background-color: rgb(125,199,172); }

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

border-color css

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

 span { border-color: rgb(125,199,172); }

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