Html Css Color HEX #7ED0AC Monte Carlo

📋 copy color: '#7ED0AC'

red 126 ◦ green 208 ◦ blue 172

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

Shades of Monte Carlo #7ED0AC

Tints of Monte Carlo #7ED0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 24.9%
G = 41.11%
B = 33.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#7ED0AC (or 0x7ED0AC) is known color: Monte Carlo. HEX triplet: 7E, D0 and AC. RGB value is (126,208,172). Sum of RGB (Red+Green+Blue) = 126+208+172=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AC is #812F53. Grayscale: #B3B3B3. Windows color (decimal): -8466260 or 11325566. OLE color: 11325566.

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

Color convert

RGB 126 208 172 -
CMYK 0.39 0 0.17 0.18
HSL 153.66º 0.47% 0.65% -
HSV(B) 153.66º 0.39% 0.82% -
XYZ 38.61 52.53 47.13 -
YUV 179.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 126 208 172 0.39 0 0.17 0.18 153.66 0.47 0.65
Hex 7E D0 AC 27 0 11 12 9A 2F 41
Octal 176 320 254 47 0 21 22 232 57 101
Binary 1111110 11010000 10101100 100111 0 10001 10010 10011010 101111 1000001

Color Harmonies of #7ED0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0AC

Black with #7ED0AC

Text Example


Text Example

White with #7ED0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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