#7DC3BA

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

Shades of Monte Carlo #7DC3BA

Tints of Monte Carlo #7DC3BA

Color information

#7DC3BA (or 0x7DC3BA) is unknown color: approx Monte Carlo. HEX triplet: 7D, C3 and BA. RGB value is (125,195,186). Sum of RGB (Red+Green+Blue) = 125+195+186=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3BA is #823C45. Grayscale: #ADADAD. Windows color (decimal): -8535110 or 12239741. OLE color: 12239741.

HSL color Cylindrical-coordinate representation of color #7DC3BA: hue angle of 172.29º degrees, saturation: 0.37, 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 #7DC3BA is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB125195186-
CMYK0.3600.050.24
HSL172.29º36.84%62.75%-
HSV(B)172.29º35.9%76.47%-
XYZ36.8446.9453.57-
YUV173.04135.3193.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.70%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=24.70%
G=38.54%
B=36.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951860.3600.050.24172.2936.8462.75
Hex7DC3BA240518ac253f
Octal1753032724405302544577
Binary1111101110000111011101010010001011100010101100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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