Html Css Color HEX #7ED0B5 Monte Carlo

📋 copy color: '#7ED0B5'

red 126 ◦ green 208 ◦ blue 181

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

Shades of Monte Carlo #7ED0B5

Tints of Monte Carlo #7ED0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 24.47%
G = 40.39%
B = 35.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#7ED0B5 (or 0x7ED0B5) is known color: Monte Carlo. HEX triplet: 7E, D0 and B5. RGB value is (126,208,181). Sum of RGB (Red+Green+Blue) = 126+208+181=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0B5 is #812F4A. Grayscale: #B4B4B4. Windows color (decimal): -8466251 or 11915390. OLE color: 11915390.

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

Color convert

RGB 126 208 181 -
CMYK 0.39 0 0.13 0.18
HSL 160.24º 0.47% 0.65% -
HSV(B) 160.24º 0.39% 0.82% -
XYZ 39.5 52.88 51.84 -
YUV 180.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 126 208 181 0.39 0 0.13 0.18 160.24 0.47 0.65
Hex 7E D0 B5 27 0 D 12 A0 2F 41
Octal 176 320 265 47 0 15 22 240 57 101
Binary 1111110 11010000 10110101 100111 0 1101 10010 10100000 101111 1000001

Color Harmonies of #7ED0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0B5

Black with #7ED0B5

Text Example


Text Example

White with #7ED0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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