#7DC8B1

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

Shades of Monte Carlo #7DC8B1

Tints of Monte Carlo #7DC8B1

Color information

#7DC8B1 (or 0x7DC8B1) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and B1. RGB value is (125,200,177). Sum of RGB (Red+Green+Blue) = 125+200+177=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8B1 is #82374E. Grayscale: #AEAEAE. Windows color (decimal): -8533839 or 11651197. OLE color: 11651197.

HSL color Cylindrical-coordinate representation of color #7DC8B1: hue angle of 161.6º 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 #7DC8B1 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB125200177-
CMYK0.3800.120.22
HSL161.6º40.54%63.73%-
HSV(B)161.6º37.5%78.43%-
XYZ37.0548.8449.07-
YUV174.95129.1592.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=24.90%
G=39.84%
B=35.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001770.3800.120.22161.640.5463.73
Hex7DC8B1260C16a22940
Octal175310261460142624251100
Binary111110111001000101100011001100110010110101000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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