#7DCFB1

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

Shades of Monte Carlo #7DCFB1

Tints of Monte Carlo #7DCFB1

Color information

#7DCFB1 (or 0x7DCFB1) is unknown color: approx Monte Carlo. HEX triplet: 7D, CF and B1. RGB value is (125,207,177). Sum of RGB (Red+Green+Blue) = 125+207+177=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCFB1 is #82304E. Grayscale: #B3B3B3. Windows color (decimal): -8532047 or 11652989. OLE color: 11652989.

HSL color Cylindrical-coordinate representation of color #7DCFB1: hue angle of 158.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFB1 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB125207177-
CMYK0.4000.140.19
HSL158.05º46.07%65.1%-
HSV(B)158.05º39.61%81.18%-
XYZ38.7152.1649.62-
YUV179.06126.8389.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=24.56%
G=40.67%
B=34.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071770.4000.140.19158.0546.0765.1
Hex7DCFB1280E139e2e41
Octal175317261500162323656101
Binary111110111001111101100011010000111010011100111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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