Html Css Color HEX #7ECDB1 Monte Carlo

📋 copy color: '#7ECDB1'

red 126 ◦ green 205 ◦ blue 177

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

Shades of Monte Carlo #7ECDB1

Tints of Monte Carlo #7ECDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 24.8%
G = 40.35%
B = 34.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#7ECDB1 (or 0x7ECDB1) is known color: Monte Carlo. HEX triplet: 7E, CD and B1. RGB value is (126,205,177). Sum of RGB (Red+Green+Blue) = 126+205+177=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDB1 is #81324E. Grayscale: #B2B2B2. Windows color (decimal): -8467023 or 11652478. OLE color: 11652478.

HSL color Cylindrical-coordinate representation of color #7ECDB1: hue angle of 158.73º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDB1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 205 177 -
CMYK 0.39 0 0.14 0.20
HSL 158.73º 0.44% 0.65% -
HSV(B) 158.73º 0.39% 0.8% -
XYZ 38.37 51.27 49.47 -
YUV 178.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 126 205 177 0.39 0 0.14 0.20 158.73 0.44 0.65
Hex 7E CD B1 27 0 E 14 9F 2C 41
Octal 176 315 261 47 0 16 24 237 54 101
Binary 1111110 11001101 10110001 100111 0 1110 10100 10011111 101100 1000001

Color Harmonies of #7ECDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDB1

Black with #7ECDB1

Text Example


Text Example

White with #7ECDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,205,177); }

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

background-color css

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

 a { background-color: rgb(126,205,177); }

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

border-color css

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

 span { border-color: rgb(126,205,177); }

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