#7DBA9B

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

Shades of Padua #7DBA9B

Tints of Padua #7DBA9B

Color information

#7DBA9B (or 0x7DBA9B) is unknown color: approx Padua. HEX triplet: 7D, BA and 9B. RGB value is (125,186,155). Sum of RGB (Red+Green+Blue) = 125+186+155=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA9B is #824564. Grayscale: #A4A4A4. Windows color (decimal): -8537445 or 10205821. OLE color: 10205821.

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

Color convert

RGB125186155-
CMYK0.3300.170.27
HSL149.51º30.65%60.98%-
HSV(B)149.51º32.8%72.94%-
XYZ31.9341.8437.4-
YUV164.23122.79100.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=26.82%
G=39.91%
B=33.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251861550.3300.170.27149.5130.6560.98
Hex7DBA9B210111B961f3d
Octal17527223341021332263775
Binary11111011011101010011011100001010001110111001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,155); }

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

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

 a { background-color: rgb(125,186,155); }

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

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

 span { border-color: rgb(125,186,155); }

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