Html Css Color HEX #7DD1A0 Padua

📋 copy color: '#7DD1A0'

red 125 ◦ green 209 ◦ blue 160

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

Shades of Padua #7DD1A0

Tints of Padua #7DD1A0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.31%

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

R = 25.3%
G = 42.31%
B = 32.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#7DD1A0 (or 0x7DD1A0) is known color: Padua. HEX triplet: 7D, D1 and A0. RGB value is (125,209,160). Sum of RGB (Red+Green+Blue) = 125+209+160=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD1A0 is #822E5F. Grayscale: #B2B2B2. Windows color (decimal): -8531552 or 10539389. OLE color: 10539389.

HSL color Cylindrical-coordinate representation of color #7DD1A0: hue angle of 145º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD1A0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 160 -
CMYK 0.40 0 0.23 0.18
HSL 145º 0.48% 0.65% -
HSV(B) 145º 0.4% 0.82% -
XYZ 37.6 52.5 41.41 -
YUV 178.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 125 209 160 0.40 0 0.23 0.18 145 0.48 0.65
Hex 7D D1 A0 28 0 17 12 91 30 41
Octal 175 321 240 50 0 27 22 221 60 101
Binary 1111101 11010001 10100000 101000 0 10111 10010 10010001 110000 1000001

Color Harmonies of #7DD1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD1A0

Black with #7DD1A0

Text Example


Text Example

White with #7DD1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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