#7DCDAE

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

Shades of Monte Carlo #7DCDAE

Tints of Monte Carlo #7DCDAE

Color information

#7DCDAE (or 0x7DCDAE) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and AE. RGB value is (125,205,174). Sum of RGB (Red+Green+Blue) = 125+205+174=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDAE is #823251. Grayscale: #B1B1B1. Windows color (decimal): -8532562 or 11455869. OLE color: 11455869.

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

Color convert

RGB125205174-
CMYK0.3900.150.20
HSL156.75º44.44%64.71%-
HSV(B)156.75º39.02%80.39%-
XYZ37.9351.0847.9-
YUV177.5512690.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=24.80%
G=40.67%
B=34.52%

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
Decimal1252051740.3900.150.20156.7544.4464.71
Hex7DCDAE270F149d2c41
Octal175315256470172423554101
Binary111110111001101101011101001110111110100100111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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