#7DBF9F

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

Shades of Padua #7DBF9F

Tints of Padua #7DBF9F

Color information

#7DBF9F (or 0x7DBF9F) is unknown color: approx Padua. HEX triplet: 7D, BF and 9F. RGB value is (125,191,159). Sum of RGB (Red+Green+Blue) = 125+191+159=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF9F is #824060. Grayscale: #A7A7A7. Windows color (decimal): -8536161 or 10469245. OLE color: 10469245.

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

Color convert

RGB125191159-
CMYK0.3500.170.25
HSL150.91º34.02%61.96%-
HSV(B)150.91º34.55%74.9%-
XYZ33.3544.1239.56-
YUV167.62123.1397.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=26.32%
G=40.21%
B=33.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251911590.3500.170.25150.9134.0261.96
Hex7DBF9F230111997223e
Octal17527723743021312274276
Binary111110110111111100111111000110100011100110010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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