Html Css Color HEX #7EC0B8 Monte Carlo

📋 copy color: '#7EC0B8'

red 126 ◦ green 192 ◦ blue 184

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

Shades of Monte Carlo #7EC0B8

Tints of Monte Carlo #7EC0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 25.1%
G = 38.25%
B = 36.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#7EC0B8 (or 0x7EC0B8) is known color: Monte Carlo. HEX triplet: 7E, C0 and B8. RGB value is (126,192,184). Sum of RGB (Red+Green+Blue) = 126+192+184=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0B8 is #813F47. Grayscale: #ABABAB. Windows color (decimal): -8470344 or 12107902. OLE color: 12107902.

HSL color Cylindrical-coordinate representation of color #7EC0B8: hue angle of 172.73º 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 #7EC0B8 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 184 -
CMYK 0.34 0 0.04 0.25
HSL 172.73º 0.34% 0.62% -
HSV(B) 172.73º 0.34% 0.75% -
XYZ 36.11 45.6 52.25 -
YUV 171.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 126 192 184 0.34 0 0.04 0.25 172.73 0.34 0.62
Hex 7E C0 B8 22 0 4 19 AD 22 3E
Octal 176 300 270 42 0 4 31 255 42 76
Binary 1111110 11000000 10111000 100010 0 100 11001 10101101 100010 111110

Color Harmonies of #7EC0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC0B8

Black with #7EC0B8

Text Example


Text Example

White with #7EC0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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