Html Css Color HEX #7EC0BB Monte Carlo

📋 copy color: '#7EC0BB'

red 126 ◦ green 192 ◦ blue 187

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

Shades of Monte Carlo #7EC0BB

Tints of Monte Carlo #7EC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 24.95%
G = 38.02%
B = 37.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#7EC0BB (or 0x7EC0BB) is known color: Monte Carlo. HEX triplet: 7E, C0 and BB. RGB value is (126,192,187). Sum of RGB (Red+Green+Blue) = 126+192+187=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0BB is #813F44. Grayscale: #ABABAB. Windows color (decimal): -8470341 or 12304510. OLE color: 12304510.

HSL color Cylindrical-coordinate representation of color #7EC0BB: hue angle of 175.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC0BB is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 187 -
CMYK 0.34 0 0.03 0.25
HSL 175.45º 0.34% 0.62% -
HSV(B) 175.45º 0.34% 0.75% -
XYZ 36.42 45.72 53.92 -
YUV 171.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 126 192 187 0.34 0 0.03 0.25 175.45 0.34 0.62
Hex 7E C0 BB 22 0 3 19 AF 22 3E
Octal 176 300 273 42 0 3 31 257 42 76
Binary 1111110 11000000 10111011 100010 0 11 11001 10101111 100010 111110

Color Harmonies of #7EC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC0BB

Black with #7EC0BB

Text Example


Text Example

White with #7EC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,187); }

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

background-color css

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

 a { background-color: rgb(126,192,187); }

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

border-color css

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

 span { border-color: rgb(126,192,187); }

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