Html Css Color HEX #7DBD9D Padua

📋 copy color: '#7DBD9D'

red 125 ◦ green 189 ◦ blue 157

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

Shades of Padua #7DBD9D

Tints of Padua #7DBD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 26.54%
G = 40.13%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#7DBD9D (or 0x7DBD9D) is known color: Padua. HEX triplet: 7D, BD and 9D. RGB value is (125,189,157). Sum of RGB (Red+Green+Blue) = 125+189+157=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD9D is #824262. Grayscale: #A6A6A6. Windows color (decimal): -8536675 or 10337661. OLE color: 10337661.

HSL color Cylindrical-coordinate representation of color #7DBD9D: hue angle of 150º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBD9D is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 157 -
CMYK 0.34 0 0.17 0.26
HSL 150º 0.33% 0.62% -
HSV(B) 150º 0.34% 0.74% -
XYZ 32.74 43.19 38.51 -
YUV 166.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 125 189 157 0.34 0 0.17 0.26 150 0.33 0.62
Hex 7D BD 9D 22 0 11 1A 96 21 3E
Octal 175 275 235 42 0 21 32 226 41 76
Binary 1111101 10111101 10011101 100010 0 10001 11010 10010110 100001 111110

Color Harmonies of #7DBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD9D

Black with #7DBD9D

Text Example


Text Example

White with #7DBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,157); }

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

background-color css

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

 a { background-color: rgb(125,189,157); }

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

border-color css

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

 span { border-color: rgb(125,189,157); }

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