#7DBFB2

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

Shades of Monte Carlo #7DBFB2

Tints of Monte Carlo #7DBFB2

Color information

#7DBFB2 (or 0x7DBFB2) is unknown color: approx Monte Carlo. HEX triplet: 7D, BF and B2. RGB value is (125,191,178). Sum of RGB (Red+Green+Blue) = 125+191+178=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBFB2 is #82404D. Grayscale: #A9A9A9. Windows color (decimal): -8536142 or 11714429. OLE color: 11714429.

HSL color Cylindrical-coordinate representation of color #7DBFB2: hue angle of 168.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFB2 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB125191178-
CMYK0.3500.070.25
HSL168.18º34.02%61.96%-
HSV(B)168.18º34.55%74.9%-
XYZ35.1244.8448.92-
YUV169.78132.6396.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=25.30%
G=38.66%
B=36.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251911780.3500.070.25168.1834.0261.96
Hex7DBFB2230719a8223e
Octal1752772624307312504276
Binary1111101101111111011001010001101111100110101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,178); }

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

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

 a { background-color: rgb(125,191,178); }

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

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

 span { border-color: rgb(125,191,178); }

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