Html Css Color HEX #7ED1AC Monte Carlo

📋 copy color: '#7ED1AC'

red 126 ◦ green 209 ◦ blue 172

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

Shades of Monte Carlo #7ED1AC

Tints of Monte Carlo #7ED1AC

RGB

 RED value IS 126 (49.61% from 255) = 24.85%

 GREEN value IS 209 (82.03% from 255) = 41.22%

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

R = 24.85%
G = 41.22%
B = 33.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#7ED1AC (or 0x7ED1AC) is known color: Monte Carlo. HEX triplet: 7E, D1 and AC. RGB value is (126,209,172). Sum of RGB (Red+Green+Blue) = 126+209+172=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED1AC is #812E53. Grayscale: #B4B4B4. Windows color (decimal): -8466004 or 11325822. OLE color: 11325822.

HSL color Cylindrical-coordinate representation of color #7ED1AC: hue angle of 153.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED1AC is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 172 -
CMYK 0.40 0 0.18 0.18
HSL 153.25º 0.47% 0.66% -
HSV(B) 153.25º 0.4% 0.82% -
XYZ 38.85 53.02 47.22 -
YUV 179.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 126 209 172 0.40 0 0.18 0.18 153.25 0.47 0.66
Hex 7E D1 AC 28 0 12 12 99 2F 42
Octal 176 321 254 50 0 22 22 231 57 102
Binary 1111110 11010001 10101100 101000 0 10010 10010 10011001 101111 1000010

Color Harmonies of #7ED1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1AC

Black with #7ED1AC

Text Example


Text Example

White with #7ED1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,209,172); }

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

background-color css

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

 a { background-color: rgb(126,209,172); }

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

border-color css

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

 span { border-color: rgb(126,209,172); }

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