Html Css Color HEX #7DD09C Padua

📋 copy color: '#7DD09C'

red 125 ◦ green 208 ◦ blue 156

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

Shades of Padua #7DD09C

Tints of Padua #7DD09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 25.56%
G = 42.54%
B = 31.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#7DD09C (or 0x7DD09C) is known color: Padua. HEX triplet: 7D, D0 and 9C. RGB value is (125,208,156). Sum of RGB (Red+Green+Blue) = 125+208+156=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD09C is #822F63. Grayscale: #B1B1B1. Windows color (decimal): -8531812 or 10276989. OLE color: 10276989.

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

Color convert

RGB 125 208 156 -
CMYK 0.40 0 0.25 0.18
HSL 142.41º 0.47% 0.65% -
HSV(B) 142.41º 0.4% 0.82% -
XYZ 37.01 51.87 39.51 -
YUV 177.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 125 208 156 0.40 0 0.25 0.18 142.41 0.47 0.65
Hex 7D D0 9C 28 0 19 12 8E 2F 41
Octal 175 320 234 50 0 31 22 216 57 101
Binary 1111101 11010000 10011100 101000 0 11001 10010 10001110 101111 1000001

Color Harmonies of #7DD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD09C

Black with #7DD09C

Text Example


Text Example

White with #7DD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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