#7DBBB9

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

Shades of Monte Carlo #7DBBB9

Tints of Monte Carlo #7DBBB9

Color information

#7DBBB9 (or 0x7DBBB9) is unknown color: approx Monte Carlo. HEX triplet: 7D, BB and B9. RGB value is (125,187,185). Sum of RGB (Red+Green+Blue) = 125+187+185=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBB9 is #824446. Grayscale: #A8A8A8. Windows color (decimal): -8537159 or 12172157. OLE color: 12172157.

HSL color Cylindrical-coordinate representation of color #7DBBB9: hue angle of 178.06º 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 #7DBBB9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB125187185-
CMYK0.3300.010.27
HSL178.06º31.31%61.18%-
HSV(B)178.06º33.16%73.33%-
XYZ34.9843.452.43-
YUV168.23137.4697.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=25.15%
G=37.63%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871850.3300.010.27178.0631.3161.18
Hex7DBBB921011Bb21f3d
Octal1752732714101332623775
Binary1111101101110111011100110000101110111011001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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