#7DC2BF

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

Shades of Monte Carlo #7DC2BF

Tints of Monte Carlo #7DC2BF

Color information

#7DC2BF (or 0x7DC2BF) is unknown color: approx Monte Carlo. HEX triplet: 7D, C2 and BF. RGB value is (125,194,191). Sum of RGB (Red+Green+Blue) = 125+194+191=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2BF is #823D40. Grayscale: #ACACAC. Windows color (decimal): -8535361 or 12567165. OLE color: 12567165.

HSL color Cylindrical-coordinate representation of color #7DC2BF: hue angle of 177.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC2BF is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB125194191-
CMYK0.3600.020.24
HSL177.39º36.13%62.55%-
HSV(B)177.39º35.57%76.08%-
XYZ37.1546.7156.35-
YUV173.03138.1493.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 191 (75% from 255) = 37.45%
R=24.51%
G=38.04%
B=37.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941910.3600.020.24177.3936.1362.55
Hex7DC2BF240218b1243f
Octal1753022774402302614477
Binary111110111000010101111111001000101100010110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,191); }

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

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

 a { background-color: rgb(125,194,191); }

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

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

 span { border-color: rgb(125,194,191); }

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