Html Css Color HEX #7EBFB0 Monte Carlo

📋 copy color: '#7EBFB0'

red 126 ◦ green 191 ◦ blue 176

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

Shades of Monte Carlo #7EBFB0

Tints of Monte Carlo #7EBFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 25.56%
G = 38.74%
B = 35.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#7EBFB0 (or 0x7EBFB0) is known color: Monte Carlo. HEX triplet: 7E, BF and B0. RGB value is (126,191,176). Sum of RGB (Red+Green+Blue) = 126+191+176=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBFB0 is #81404F. Grayscale: #A9A9A9. Windows color (decimal): -8470608 or 11583358. OLE color: 11583358.

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

Color convert

RGB 126 191 176 -
CMYK 0.34 0 0.08 0.25
HSL 166.15º 0.34% 0.62% -
HSV(B) 166.15º 0.34% 0.75% -
XYZ 35.07 44.83 47.88 -
YUV 169.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 126 191 176 0.34 0 0.08 0.25 166.15 0.34 0.62
Hex 7E BF B0 22 0 8 19 A6 22 3E
Octal 176 277 260 42 0 10 31 246 42 76
Binary 1111110 10111111 10110000 100010 0 1000 11001 10100110 100010 111110

Color Harmonies of #7EBFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBFB0

Black with #7EBFB0

Text Example


Text Example

White with #7EBFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,191,176); }

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

background-color css

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

 a { background-color: rgb(126,191,176); }

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

border-color css

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

 span { border-color: rgb(126,191,176); }

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