Html Css Color HEX #7EC3BD Monte Carlo

📋 copy color: '#7EC3BD'

red 126 ◦ green 195 ◦ blue 189

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

Shades of Monte Carlo #7EC3BD

Tints of Monte Carlo #7EC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 24.71%
G = 38.24%
B = 37.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#7EC3BD (or 0x7EC3BD) is known color: Monte Carlo. HEX triplet: 7E, C3 and BD. RGB value is (126,195,189). Sum of RGB (Red+Green+Blue) = 126+195+189=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3BD is #813C42. Grayscale: #ADADAD. Windows color (decimal): -8469571 or 12436350. OLE color: 12436350.

HSL color Cylindrical-coordinate representation of color #7EC3BD: hue angle of 174.78º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC3BD is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 195 189 -
CMYK 0.35 0 0.03 0.24
HSL 174.78º 0.37% 0.63% -
HSV(B) 174.78º 0.35% 0.76% -
XYZ 37.3 47.14 55.28 -
YUV 173.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 126 195 189 0.35 0 0.03 0.24 174.78 0.37 0.63
Hex 7E C3 BD 23 0 3 18 AF 25 3F
Octal 176 303 275 43 0 3 30 257 45 77
Binary 1111110 11000011 10111101 100011 0 11 11000 10101111 100101 111111

Color Harmonies of #7EC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC3BD

Black with #7EC3BD

Text Example


Text Example

White with #7EC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,195,189); }

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

background-color css

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

 a { background-color: rgb(126,195,189); }

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

border-color css

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

 span { border-color: rgb(126,195,189); }

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