#7EBCB1

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

Shades of Monte Carlo #7EBCB1

Tints of Monte Carlo #7EBCB1

Color information

#7EBCB1 (or 0x7EBCB1) is unknown color: approx Monte Carlo. HEX triplet: 7E, BC and B1. RGB value is (126,188,177). Sum of RGB (Red+Green+Blue) = 126+188+177=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCB1 is #81434E. Grayscale: #A8A8A8. Windows color (decimal): -8471375 or 11648126. OLE color: 11648126.

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

Color convert

RGB126188177-
CMYK0.3300.060.26
HSL169.35º31.63%61.57%-
HSV(B)169.35º32.98%73.73%-
XYZ34.5243.5848.19-
YUV168.21132.9697.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=25.66%
G=38.29%
B=36.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881770.3300.060.26169.3531.6361.57
Hex7EBCB121061Aa9203e
Octal1762742614106322514076
Binary1111110101111001011000110000101101101010101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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