#7DBBB6

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

Shades of Monte Carlo #7DBBB6

Tints of Monte Carlo #7DBBB6

Color information

#7DBBB6 (or 0x7DBBB6) is unknown color: approx Monte Carlo. HEX triplet: 7D, BB and B6. RGB value is (125,187,182). Sum of RGB (Red+Green+Blue) = 125+187+182=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBB6 is #824449. Grayscale: #A7A7A7. Windows color (decimal): -8537162 or 11975549. OLE color: 11975549.

HSL color Cylindrical-coordinate representation of color #7DBBB6: hue angle of 175.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBBB6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB125187182-
CMYK0.3300.030.27
HSL175.16º31.31%61.18%-
HSV(B)175.16º33.16%73.33%-
XYZ34.6743.2850.78-
YUV167.89135.9697.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=25.30%
G=37.85%
B=36.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871820.3300.030.27175.1631.3161.18
Hex7DBBB621031Baf1f3d
Octal1752732664103332573775
Binary11111011011101110110110100001011110111010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,182); }

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

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

 a { background-color: rgb(125,187,182); }

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

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

 span { border-color: rgb(125,187,182); }

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