#7DC0BB

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

Shades of Monte Carlo #7DC0BB

Tints of Monte Carlo #7DC0BB

Color information

#7DC0BB (or 0x7DC0BB) is unknown color: approx Monte Carlo. HEX triplet: 7D, C0 and BB. RGB value is (125,192,187). Sum of RGB (Red+Green+Blue) = 125+192+187=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0BB is #823F44. Grayscale: #ABABAB. Windows color (decimal): -8535877 or 12304509. OLE color: 12304509.

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

Color convert

RGB125192187-
CMYK0.3500.030.25
HSL175.52º34.72%62.16%-
HSV(B)175.52º34.9%75.29%-
XYZ36.2845.6553.91-
YUV171.4136.894.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=24.80%
G=38.10%
B=37.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921870.3500.030.25175.5234.7262.16
Hex7DC0BB230319b0233e
Octal1753002734303312604376
Binary111110111000000101110111000110111100110110000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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