#7DCDA9

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

Shades of Monte Carlo #7DCDA9

Tints of Monte Carlo #7DCDA9

Color information

#7DCDA9 (or 0x7DCDA9) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and A9. RGB value is (125,205,169). Sum of RGB (Red+Green+Blue) = 125+205+169=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDA9 is #823256. Grayscale: #B1B1B1. Windows color (decimal): -8532567 or 11128189. OLE color: 11128189.

HSL color Cylindrical-coordinate representation of color #7DCDA9: hue angle of 153º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDA9 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB125205169-
CMYK0.3900.180.20
HSL153º44.44%64.71%-
HSV(B)153º39.02%80.39%-
XYZ37.4550.8945.38-
YUV176.98123.590.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=25.05%
G=41.08%
B=33.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051690.3900.180.2015344.4464.71
Hex7DCDA92701214992c41
Octal175315251470222423154101
Binary1111101110011011010100110011101001010100100110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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