#7DCDAD

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

Shades of Monte Carlo #7DCDAD

Tints of Monte Carlo #7DCDAD

Color information

#7DCDAD (or 0x7DCDAD) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and AD. RGB value is (125,205,173). Sum of RGB (Red+Green+Blue) = 125+205+173=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDAD is #823252. Grayscale: #B1B1B1. Windows color (decimal): -8532563 or 11390333. OLE color: 11390333.

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

Color convert

RGB125205173-
CMYK0.3900.160.20
HSL156º44.44%64.71%-
HSV(B)156º39.02%80.39%-
XYZ37.8351.0447.39-
YUV177.43125.590.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=24.85%
G=40.76%
B=34.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051730.3900.160.2015644.4464.71
Hex7DCDAD27010149c2c41
Octal175315255470202423454101
Binary1111101110011011010110110011101000010100100111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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