#7EBAB8

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

Shades of Monte Carlo #7EBAB8

Tints of Monte Carlo #7EBAB8

Color information

#7EBAB8 (or 0x7EBAB8) is unknown color: approx Monte Carlo. HEX triplet: 7E, BA and B8. RGB value is (126,186,184). Sum of RGB (Red+Green+Blue) = 126+186+184=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAB8 is #814547. Grayscale: #A7A7A7. Windows color (decimal): -8471880 or 12106366. OLE color: 12106366.

HSL color Cylindrical-coordinate representation of color #7EBAB8: hue angle of 178º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBAB8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB126186184-
CMYK0.3200.010.27
HSL178º30.3%61.18%-
HSV(B)178º32.26%72.94%-
XYZ34.8143.0151.82-
YUV167.83137.1298.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.40%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=25.40%
G=37.5%
B=37.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861840.3200.010.2717830.361.18
Hex7EBAB820011Bb21e3d
Octal1762722704001332623675
Binary1111110101110101011100010000001110111011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,184); }

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

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

 a { background-color: rgb(126,186,184); }

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

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

 span { border-color: rgb(126,186,184); }

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