#7DC1BB

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

Shades of Monte Carlo #7DC1BB

Tints of Monte Carlo #7DC1BB

Color information

#7DC1BB (or 0x7DC1BB) is unknown color: approx Monte Carlo. HEX triplet: 7D, C1 and BB. RGB value is (125,193,187). Sum of RGB (Red+Green+Blue) = 125+193+187=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1BB is #823E44. Grayscale: #ABABAB. Windows color (decimal): -8535621 or 12304765. OLE color: 12304765.

HSL color Cylindrical-coordinate representation of color #7DC1BB: hue angle of 174.71º 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 #7DC1BB is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB125193187-
CMYK0.3500.030.24
HSL174.71º35.42%62.35%-
HSV(B)174.71º35.23%75.69%-
XYZ36.546.0953.99-
YUV171.98136.4794.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=24.75%
G=38.22%
B=37.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931870.3500.030.24174.7135.4262.35
Hex7DC1BB230318af233e
Octal1753012734303302574376
Binary111110111000001101110111000110111100010101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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