#7EBEBB

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

Shades of Monte Carlo #7EBEBB

Tints of Monte Carlo #7EBEBB

Color information

#7EBEBB (or 0x7EBEBB) is unknown color: approx Monte Carlo. HEX triplet: 7E, BE and BB. RGB value is (126,190,187). Sum of RGB (Red+Green+Blue) = 126+190+187=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEBB is #814144. Grayscale: #AAAAAA. Windows color (decimal): -8470853 or 12303998. OLE color: 12303998.

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

Color convert

RGB126190187-
CMYK0.3400.020.25
HSL177.19º32.99%61.96%-
HSV(B)177.19º33.68%74.51%-
XYZ35.9944.8553.77-
YUV170.52137.396.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=25.05%
G=37.77%
B=37.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901870.3400.020.25177.1932.9961.96
Hex7EBEBB220219b1213e
Octal1762762734202312614176
Binary111111010111110101110111000100101100110110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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