Html Css Color HEX #7EBCAA Monte Carlo

📋 copy color: '#7EBCAA'

red 126 ◦ green 188 ◦ blue 170

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

Shades of Monte Carlo #7EBCAA

Tints of Monte Carlo #7EBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 26.03%
G = 38.84%
B = 35.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#7EBCAA (or 0x7EBCAA) is known color: Monte Carlo. HEX triplet: 7E, BC and AA. RGB value is (126,188,170). Sum of RGB (Red+Green+Blue) = 126+188+170=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCAA is #814355. Grayscale: #A7A7A7. Windows color (decimal): -8471382 or 11189374. OLE color: 11189374.

HSL color Cylindrical-coordinate representation of color #7EBCAA: hue angle of 162.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBCAA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 170 -
CMYK 0.33 0 0.10 0.26
HSL 162.58º 0.32% 0.62% -
HSV(B) 162.58º 0.33% 0.74% -
XYZ 33.84 43.3 44.61 -
YUV 167.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 126 188 170 0.33 0 0.10 0.26 162.58 0.32 0.62
Hex 7E BC AA 21 0 A 1A A3 20 3E
Octal 176 274 252 41 0 12 32 243 40 76
Binary 1111110 10111100 10101010 100001 0 1010 11010 10100011 100000 111110

Color Harmonies of #7EBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCAA

Black with #7EBCAA

Text Example


Text Example

White with #7EBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,170); }

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

background-color css

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

 a { background-color: rgb(126,188,170); }

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

border-color css

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

 span { border-color: rgb(126,188,170); }

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