Html Css Color HEX #7EC2BD Monte Carlo

📋 copy color: '#7EC2BD'

red 126 ◦ green 194 ◦ blue 189

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

Shades of Monte Carlo #7EC2BD

Tints of Monte Carlo #7EC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 24.75%
G = 38.11%
B = 37.13%

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

#7EC2BD (or 0x7EC2BD) is known color: Monte Carlo. HEX triplet: 7E, C2 and BD. RGB value is (126,194,189). Sum of RGB (Red+Green+Blue) = 126+194+189=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC2BD is #813D42. Grayscale: #ADADAD. Windows color (decimal): -8469827 or 12436094. OLE color: 12436094.

HSL color Cylindrical-coordinate representation of color #7EC2BD: hue angle of 175.59º degrees, saturation: 0.36, 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 #7EC2BD is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 194 189 -
CMYK 0.35 0 0.03 0.24
HSL 175.59º 0.36% 0.63% -
HSV(B) 175.59º 0.35% 0.76% -
XYZ 37.08 46.69 55.2 -
YUV 173.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 126 194 189 0.35 0 0.03 0.24 175.59 0.36 0.63
Hex 7E C2 BD 23 0 3 18 B0 24 3F
Octal 176 302 275 43 0 3 30 260 44 77
Binary 1111110 11000010 10111101 100011 0 11 11000 10110000 100100 111111

Color Harmonies of #7EC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2BD

Black with #7EC2BD

Text Example


Text Example

White with #7EC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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