#7DCDAF

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

Shades of Monte Carlo #7DCDAF

Tints of Monte Carlo #7DCDAF

Color information

#7DCDAF (or 0x7DCDAF) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and AF. RGB value is (125,205,175). Sum of RGB (Red+Green+Blue) = 125+205+175=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDAF is #823250. Grayscale: #B1B1B1. Windows color (decimal): -8532561 or 11521405. OLE color: 11521405.

HSL color Cylindrical-coordinate representation of color #7DCDAF: hue angle of 157.5º 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 #7DCDAF is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB125205175-
CMYK0.3900.150.20
HSL157.5º44.44%64.71%-
HSV(B)157.5º39.02%80.39%-
XYZ38.0351.1248.42-
YUV177.66126.590.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=24.75%
G=40.59%
B=34.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051750.3900.150.20157.544.4464.71
Hex7DCDAF270F149e2c41
Octal175315257470172423654101
Binary111110111001101101011111001110111110100100111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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