Html Css Color HEX #7ED0AF Monte Carlo

📋 copy color: '#7ED0AF'

red 126 ◦ green 208 ◦ blue 175

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

Shades of Monte Carlo #7ED0AF

Tints of Monte Carlo #7ED0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 24.75%
G = 40.86%
B = 34.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#7ED0AF (or 0x7ED0AF) is known color: Monte Carlo. HEX triplet: 7E, D0 and AF. RGB value is (126,208,175). Sum of RGB (Red+Green+Blue) = 126+208+175=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AF is #812F50. Grayscale: #B3B3B3. Windows color (decimal): -8466257 or 11522174. OLE color: 11522174.

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

Color convert

RGB 126 208 175 -
CMYK 0.39 0 0.16 0.18
HSL 155.85º 0.47% 0.65% -
HSV(B) 155.85º 0.39% 0.82% -
XYZ 38.9 52.64 48.67 -
YUV 179.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 126 208 175 0.39 0 0.16 0.18 155.85 0.47 0.65
Hex 7E D0 AF 27 0 10 12 9C 2F 41
Octal 176 320 257 47 0 20 22 234 57 101
Binary 1111110 11010000 10101111 100111 0 10000 10010 10011100 101111 1000001

Color Harmonies of #7ED0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0AF

Black with #7ED0AF

Text Example


Text Example

White with #7ED0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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