Html Css Color HEX #7ED0AB Monte Carlo

📋 copy color: '#7ED0AB'

red 126 ◦ green 208 ◦ blue 171

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

Shades of Monte Carlo #7ED0AB

Tints of Monte Carlo #7ED0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 24.95%
G = 41.19%
B = 33.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#7ED0AB (or 0x7ED0AB) is known color: Monte Carlo. HEX triplet: 7E, D0 and AB. RGB value is (126,208,171). Sum of RGB (Red+Green+Blue) = 126+208+171=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AB is #812F54. Grayscale: #B3B3B3. Windows color (decimal): -8466261 or 11260030. OLE color: 11260030.

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

Color convert

RGB 126 208 171 -
CMYK 0.39 0 0.18 0.18
HSL 152.93º 0.47% 0.65% -
HSV(B) 152.93º 0.39% 0.82% -
XYZ 38.51 52.49 46.63 -
YUV 179.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 126 208 171 0.39 0 0.18 0.18 152.93 0.47 0.65
Hex 7E D0 AB 27 0 12 12 99 2F 41
Octal 176 320 253 47 0 22 22 231 57 101
Binary 1111110 11010000 10101011 100111 0 10010 10010 10011001 101111 1000001

Color Harmonies of #7ED0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0AB

Black with #7ED0AB

Text Example


Text Example

White with #7ED0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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