#7DC8B5

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

Shades of Monte Carlo #7DC8B5

Tints of Monte Carlo #7DC8B5

Color information

#7DC8B5 (or 0x7DC8B5) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and B5. RGB value is (125,200,181). Sum of RGB (Red+Green+Blue) = 125+200+181=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8B5 is #82374A. Grayscale: #AFAFAF. Windows color (decimal): -8533835 or 11913341. OLE color: 11913341.

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

Color convert

RGB125200181-
CMYK0.3800.090.22
HSL164.8º40.54%63.73%-
HSV(B)164.8º37.5%78.43%-
XYZ37.454951.2-
YUV175.41131.1592.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.70%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=24.70%
G=39.53%
B=35.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001810.3800.090.22164.840.5463.73
Hex7DC8B5260916a52940
Octal175310265460112624551100
Binary111110111001000101101011001100100110110101001011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,181); }

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

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

 a { background-color: rgb(125,200,181); }

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

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

 span { border-color: rgb(125,200,181); }

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