#7DCBAD

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

Shades of Monte Carlo #7DCBAD

Tints of Monte Carlo #7DCBAD

Color information

#7DCBAD (or 0x7DCBAD) is unknown color: approx Monte Carlo. HEX triplet: 7D, CB and AD. RGB value is (125,203,173). Sum of RGB (Red+Green+Blue) = 125+203+173=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAD is #823452. Grayscale: #B0B0B0. Windows color (decimal): -8533075 or 11389821. OLE color: 11389821.

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

Color convert

RGB125203173-
CMYK0.3800.150.20
HSL156.92º42.86%64.31%-
HSV(B)156.92º38.42%79.61%-
XYZ37.3650.0947.23-
YUV176.26126.1691.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=24.95%
G=40.52%
B=34.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031730.3800.150.20156.9242.8664.31
Hex7DCBAD260F149d2b40
Octal175313255460172423553100
Binary111110111001011101011011001100111110100100111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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