#7DC5BB

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

Shades of Monte Carlo #7DC5BB

Tints of Monte Carlo #7DC5BB

Color information

#7DC5BB (or 0x7DC5BB) is unknown color: approx Monte Carlo. HEX triplet: 7D, C5 and BB. RGB value is (125,197,187). Sum of RGB (Red+Green+Blue) = 125+197+187=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5BB is #823A44. Grayscale: #AEAEAE. Windows color (decimal): -8534597 or 12305789. OLE color: 12305789.

HSL color Cylindrical-coordinate representation of color #7DC5BB: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5BB is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB125197187-
CMYK0.3700.050.23
HSL171.67º38.3%63.14%-
HSV(B)171.67º36.55%77.25%-
XYZ37.3947.8854.28-
YUV174.33135.1592.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=24.56%
G=38.70%
B=36.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251971870.3700.050.23171.6738.363.14
Hex7DC5BB250517ac263f
Octal1753052734505272544677
Binary1111101110001011011101110010101011011110101100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,187); }

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

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

 a { background-color: rgb(125,197,187); }

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

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

 span { border-color: rgb(125,197,187); }

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