Html Css Color HEX #7EBCA9 Monte Carlo

📋 copy color: '#7EBCA9'

red 126 ◦ green 188 ◦ blue 169

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

Shades of Monte Carlo #7EBCA9

Tints of Monte Carlo #7EBCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.99%

R = 26.09%
G = 38.92%
B = 34.99%

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

#7EBCA9 (or 0x7EBCA9) is known color: Monte Carlo. HEX triplet: 7E, BC and A9. RGB value is (126,188,169). Sum of RGB (Red+Green+Blue) = 126+188+169=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCA9 is #814356. Grayscale: #A7A7A7. Windows color (decimal): -8471383 or 11123838. OLE color: 11123838.

HSL color Cylindrical-coordinate representation of color #7EBCA9: hue angle of 161.61º 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 #7EBCA9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 169 -
CMYK 0.33 0 0.10 0.26
HSL 161.61º 0.32% 0.62% -
HSV(B) 161.61º 0.33% 0.74% -
XYZ 33.75 43.27 44.11 -
YUV 167.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 126 188 169 0.33 0 0.10 0.26 161.61 0.32 0.62
Hex 7E BC A9 21 0 A 1A A2 20 3E
Octal 176 274 251 41 0 12 32 242 40 76
Binary 1111110 10111100 10101001 100001 0 1010 11010 10100010 100000 111110

Color Harmonies of #7EBCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCA9

Black with #7EBCA9

Text Example


Text Example

White with #7EBCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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