#7DC9BE

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

Shades of Monte Carlo #7DC9BE

Tints of Monte Carlo #7DC9BE

Color information

#7DC9BE (or 0x7DC9BE) is unknown color: approx Monte Carlo. HEX triplet: 7D, C9 and BE. RGB value is (125,201,190). Sum of RGB (Red+Green+Blue) = 125+201+190=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9BE is #823641. Grayscale: #B0B0B0. Windows color (decimal): -8533570 or 12503421. OLE color: 12503421.

HSL color Cylindrical-coordinate representation of color #7DC9BE: hue angle of 171.32º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9BE is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB125201190-
CMYK0.3800.050.21
HSL171.32º41.3%63.92%-
HSV(B)171.32º37.81%78.82%-
XYZ38.6449.8556.3-
YUV177.02135.3290.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=24.22%
G=38.95%
B=36.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252011900.3800.050.21171.3241.363.92
Hex7DC9BE260515ab2940
Octal17531127646052525351100
Binary11111011100100110111110100110010110101101010111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,201,190); }

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

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

 a { background-color: rgb(125,201,190); }

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

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

 span { border-color: rgb(125,201,190); }

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