Html Css Color HEX #7ED1B3 Monte Carlo

📋 copy color: '#7ED1B3'

red 126 ◦ green 209 ◦ blue 179

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

Shades of Monte Carlo #7ED1B3

Tints of Monte Carlo #7ED1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 24.51%
G = 40.66%
B = 34.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#7ED1B3 (or 0x7ED1B3) is known color: Monte Carlo. HEX triplet: 7E, D1 and B3. RGB value is (126,209,179). Sum of RGB (Red+Green+Blue) = 126+209+179=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED1B3 is #812E4C. Grayscale: #B4B4B4. Windows color (decimal): -8465997 or 11784574. OLE color: 11784574.

HSL color Cylindrical-coordinate representation of color #7ED1B3: hue angle of 158.31º 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 #7ED1B3 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 179 -
CMYK 0.40 0 0.14 0.18
HSL 158.31º 0.47% 0.66% -
HSV(B) 158.31º 0.4% 0.82% -
XYZ 39.54 53.29 50.85 -
YUV 180.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 126 209 179 0.40 0 0.14 0.18 158.31 0.47 0.66
Hex 7E D1 B3 28 0 E 12 9E 2F 42
Octal 176 321 263 50 0 16 22 236 57 102
Binary 1111110 11010001 10110011 101000 0 1110 10010 10011110 101111 1000010

Color Harmonies of #7ED1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1B3

Black with #7ED1B3

Text Example


Text Example

White with #7ED1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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