Html Css Color HEX #7DB9A0 Padua

📋 copy color: '#7DB9A0'

red 125 ◦ green 185 ◦ blue 160

#7DB9A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7DB9A0

Tints of Padua #7DB9A0

RGB

 RED value IS 125 (49.22% from 255) = 26.6%

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 26.6%
G = 39.36%
B = 34.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#7DB9A0 (or 0x7DB9A0) is known color: Padua. HEX triplet: 7D, B9 and A0. RGB value is (125,185,160). Sum of RGB (Red+Green+Blue) = 125+185+160=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB9A0 is #82465F. Grayscale: #A4A4A4. Windows color (decimal): -8537696 or 10533245. OLE color: 10533245.

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

Color convert

RGB 125 185 160 -
CMYK 0.32 0 0.14 0.27
HSL 155º 0.3% 0.61% -
HSV(B) 155º 0.32% 0.73% -
XYZ 32.15 41.6 39.59 -
YUV 164.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 125 185 160 0.32 0 0.14 0.27 155 0.3 0.61
Hex 7D B9 A0 20 0 E 1B 9B 1E 3D
Octal 175 271 240 40 0 16 33 233 36 75
Binary 1111101 10111001 10100000 100000 0 1110 11011 10011011 11110 111101

Color Harmonies of #7DB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9A0

Black with #7DB9A0

Text Example


Text Example

White with #7DB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DB9A0;
 }
 .AnyTagClassName
 {
   color: #7DB9A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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