#7DBEA7

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

Shades of Monte Carlo #7DBEA7

Tints of Monte Carlo #7DBEA7

Color information

#7DBEA7 (or 0x7DBEA7) is unknown color: approx Monte Carlo. HEX triplet: 7D, BE and A7. RGB value is (125,190,167). Sum of RGB (Red+Green+Blue) = 125+190+167=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEA7 is #824158. Grayscale: #A7A7A7. Windows color (decimal): -8536409 or 10993277. OLE color: 10993277.

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

Color convert

RGB125190167-
CMYK0.3400.120.25
HSL158.77º33.33%61.76%-
HSV(B)158.77º34.21%74.51%-
XYZ33.8543.9843.26-
YUV167.94127.4797.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=25.93%
G=39.42%
B=34.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901670.3400.120.25158.7733.3361.76
Hex7DBEA7220C199f213e
Octal17527624742014312374176
Binary11111011011111010100111100010011001100110011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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