Html Css Color HEX #7DD0A0 Padua

📋 copy color: '#7DD0A0'

red 125 ◦ green 208 ◦ blue 160

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

Shades of Padua #7DD0A0

Tints of Padua #7DD0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

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

R = 25.35%
G = 42.19%
B = 32.45%

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

#7DD0A0 (or 0x7DD0A0) is known color: Padua. HEX triplet: 7D, D0 and A0. RGB value is (125,208,160). Sum of RGB (Red+Green+Blue) = 125+208+160=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD0A0 is #822F5F. Grayscale: #B1B1B1. Windows color (decimal): -8531808 or 10539133. OLE color: 10539133.

HSL color Cylindrical-coordinate representation of color #7DD0A0: hue angle of 145.3º degrees, saturation: 0.47, 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 #7DD0A0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 160 -
CMYK 0.40 0 0.23 0.18
HSL 145.3º 0.47% 0.65% -
HSV(B) 145.3º 0.4% 0.82% -
XYZ 37.36 52.01 41.33 -
YUV 177.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 125 208 160 0.40 0 0.23 0.18 145.3 0.47 0.65
Hex 7D D0 A0 28 0 17 12 91 2F 41
Octal 175 320 240 50 0 27 22 221 57 101
Binary 1111101 11010000 10100000 101000 0 10111 10010 10010001 101111 1000001

Color Harmonies of #7DD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD0A0

Black with #7DD0A0

Text Example


Text Example

White with #7DD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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