#7EBFB9

Color #7EBFB9 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7EBFB9

Tints of Monte Carlo #7EBFB9

Color information

#7EBFB9 (or 0x7EBFB9) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and B9. RGB value is (126,191,185). Sum of RGB (Red+Green+Blue) = 126+191+185=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFB9 is #814046. Grayscale: #AAAAAA. Windows color (decimal): -8470599 or 12173182. OLE color: 12173182.

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

Color convert

RGB126191185-
CMYK0.3400.030.25
HSL174.46º33.68%62.16%-
HSV(B)174.46º34.03%74.9%-
XYZ35.9945.252.73-
YUV170.88135.9795.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=25.10%
G=38.05%
B=36.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911850.3400.030.25174.4633.6862.16
Hex7EBFB9220319ae223e
Octal1762772714203312564276
Binary111111010111111101110011000100111100110101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EBFB9;
 }
 .AnyTagClassName
 {
   color: #7EBFB9;
 }
</style>
background-color css

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

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

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

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

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

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