#7DBEB2

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

Shades of Monte Carlo #7DBEB2

Tints of Monte Carlo #7DBEB2

Color information

#7DBEB2 (or 0x7DBEB2) is unknown color: approx Monte Carlo. HEX triplet: 7D, BE and B2. RGB value is (125,190,178). Sum of RGB (Red+Green+Blue) = 125+190+178=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEB2 is #82414D. Grayscale: #A9A9A9. Windows color (decimal): -8536398 or 11714173. OLE color: 11714173.

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

Color convert

RGB125190178-
CMYK0.3400.060.25
HSL168.92º33.33%61.76%-
HSV(B)168.92º34.21%74.51%-
XYZ34.9144.448.85-
YUV169.2132.9796.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=25.35%
G=38.54%
B=36.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901780.3400.060.25168.9233.3361.76
Hex7DBEB2220619a9213e
Octal1752762624206312514176
Binary1111101101111101011001010001001101100110101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,178); }

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

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

 a { background-color: rgb(125,190,178); }

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

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

 span { border-color: rgb(125,190,178); }

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