#7DC1BA

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

Shades of Monte Carlo #7DC1BA

Tints of Monte Carlo #7DC1BA

Color information

#7DC1BA (or 0x7DC1BA) is unknown color: approx Monte Carlo. HEX triplet: 7D, C1 and BA. RGB value is (125,193,186). Sum of RGB (Red+Green+Blue) = 125+193+186=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1BA is #823E45. Grayscale: #ABABAB. Windows color (decimal): -8535622 or 12239229. OLE color: 12239229.

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

Color convert

RGB125193186-
CMYK0.3500.040.24
HSL173.82º35.42%62.35%-
HSV(B)173.82º35.23%75.69%-
XYZ36.3946.0553.42-
YUV171.87135.9794.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=24.80%
G=38.29%
B=36.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931860.3500.040.24173.8235.4262.35
Hex7DC1BA230418ae233e
Octal1753012724304302564376
Binary1111101110000011011101010001101001100010101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,186); }

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

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

 a { background-color: rgb(125,193,186); }

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

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

 span { border-color: rgb(125,193,186); }

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