Html Css Color HEX #7ED4B4 Monte Carlo

📋 copy color: '#7ED4B4'

red 126 ◦ green 212 ◦ blue 180

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

Shades of Monte Carlo #7ED4B4

Tints of Monte Carlo #7ED4B4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 24.32%
G = 40.93%
B = 34.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#7ED4B4 (or 0x7ED4B4) is known color: Monte Carlo. HEX triplet: 7E, D4 and B4. RGB value is (126,212,180). Sum of RGB (Red+Green+Blue) = 126+212+180=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED4B4 is #812B4B. Grayscale: #B6B6B6. Windows color (decimal): -8465228 or 11850878. OLE color: 11850878.

HSL color Cylindrical-coordinate representation of color #7ED4B4: hue angle of 157.67º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4B4 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 212 180 -
CMYK 0.41 0 0.15 0.17
HSL 157.67º 0.5% 0.66% -
HSV(B) 157.67º 0.41% 0.83% -
XYZ 40.39 54.82 51.63 -
YUV 182.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 126 212 180 0.41 0 0.15 0.17 157.67 0.5 0.66
Hex 7E D4 B4 29 0 F 11 9E 32 42
Octal 176 324 264 51 0 17 21 236 62 102
Binary 1111110 11010100 10110100 101001 0 1111 10001 10011110 110010 1000010

Color Harmonies of #7ED4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED4B4

Black with #7ED4B4

Text Example


Text Example

White with #7ED4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,212,180); }

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

background-color css

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

 a { background-color: rgb(126,212,180); }

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

border-color css

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

 span { border-color: rgb(126,212,180); }

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