#7DCBA9

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

Shades of Monte Carlo #7DCBA9

Tints of Monte Carlo #7DCBA9

Color information

#7DCBA9 (or 0x7DCBA9) is unknown color: approx Monte Carlo. HEX triplet: 7D, CB and A9. RGB value is (125,203,169). Sum of RGB (Red+Green+Blue) = 125+203+169=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBA9 is #823456. Grayscale: #AFAFAF. Windows color (decimal): -8533079 or 11127677. OLE color: 11127677.

HSL color Cylindrical-coordinate representation of color #7DCBA9: hue angle of 153.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBA9 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB125203169-
CMYK0.3800.170.20
HSL153.85º42.86%64.31%-
HSV(B)153.85º38.42%79.61%-
XYZ36.9749.9445.23-
YUV175.8124.1691.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=25.15%
G=40.85%
B=34.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031690.3800.170.20153.8542.8664.31
Hex7DCBA926011149a2b40
Octal175313251460212423253100
Binary1111101110010111010100110011001000110100100110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,203,169); }

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

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

 a { background-color: rgb(125,203,169); }

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

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

 span { border-color: rgb(125,203,169); }

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