Html Css Color HEX #7EC6BE Monte Carlo

📋 copy color: '#7EC6BE'

red 126 ◦ green 198 ◦ blue 190

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

Shades of Monte Carlo #7EC6BE

Tints of Monte Carlo #7EC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 24.51%
G = 38.52%
B = 36.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#7EC6BE (or 0x7EC6BE) is known color: Monte Carlo. HEX triplet: 7E, C6 and BE. RGB value is (126,198,190). Sum of RGB (Red+Green+Blue) = 126+198+190=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC6BE is #813941. Grayscale: #AFAFAF. Windows color (decimal): -8468802 or 12502654. OLE color: 12502654.

HSL color Cylindrical-coordinate representation of color #7EC6BE: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC6BE is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 126 198 190 -
CMYK 0.36 0 0.04 0.22
HSL 173.33º 0.39% 0.64% -
HSV(B) 173.33º 0.36% 0.78% -
XYZ 38.09 48.54 56.08 -
YUV 175.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 126 198 190 0.36 0 0.04 0.22 173.33 0.39 0.64
Hex 7E C6 BE 24 0 4 16 AD 27 40
Octal 176 306 276 44 0 4 26 255 47 100
Binary 1111110 11000110 10111110 100100 0 100 10110 10101101 100111 1000000

Color Harmonies of #7EC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC6BE

Black with #7EC6BE

Text Example


Text Example

White with #7EC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,198,190); }

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

background-color css

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

 a { background-color: rgb(126,198,190); }

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

border-color css

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

 span { border-color: rgb(126,198,190); }

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