#7DCFB5

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

Shades of Monte Carlo #7DCFB5

Tints of Monte Carlo #7DCFB5

Color information

#7DCFB5 (or 0x7DCFB5) is unknown color: approx Monte Carlo. HEX triplet: 7D, CF and B5. RGB value is (125,207,181). Sum of RGB (Red+Green+Blue) = 125+207+181=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFB5 is #82304A. Grayscale: #B3B3B3. Windows color (decimal): -8532043 or 11915133. OLE color: 11915133.

HSL color Cylindrical-coordinate representation of color #7DCFB5: hue angle of 160.98º 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 #7DCFB5 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB125207181-
CMYK0.4000.130.19
HSL160.98º46.07%65.1%-
HSV(B)160.98º39.61%81.18%-
XYZ39.1152.3251.75-
YUV179.52128.8389.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=24.37%
G=40.35%
B=35.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071810.4000.130.19160.9846.0765.1
Hex7DCFB5280D13a12e41
Octal175317265500152324156101
Binary111110111001111101101011010000110110011101000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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