Html Css Color HEX #7DBF9E Padua

📋 copy color: '#7DBF9E'

red 125 ◦ green 191 ◦ blue 158

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

Shades of Padua #7DBF9E

Tints of Padua #7DBF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 26.37%
G = 40.3%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#7DBF9E (or 0x7DBF9E) is known color: Padua. HEX triplet: 7D, BF and 9E. RGB value is (125,191,158). Sum of RGB (Red+Green+Blue) = 125+191+158=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF9E is #824061. Grayscale: #A7A7A7. Windows color (decimal): -8536162 or 10403709. OLE color: 10403709.

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

Color convert

RGB 125 191 158 -
CMYK 0.35 0 0.17 0.25
HSL 150º 0.34% 0.62% -
HSV(B) 150º 0.35% 0.75% -
XYZ 33.26 44.09 39.11 -
YUV 167.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 125 191 158 0.35 0 0.17 0.25 150 0.34 0.62
Hex 7D BF 9E 23 0 11 19 96 22 3E
Octal 175 277 236 43 0 21 31 226 42 76
Binary 1111101 10111111 10011110 100011 0 10001 11001 10010110 100010 111110

Color Harmonies of #7DBF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF9E

Black with #7DBF9E

Text Example


Text Example

White with #7DBF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,158); }

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

background-color css

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

 a { background-color: rgb(125,191,158); }

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

border-color css

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

 span { border-color: rgb(125,191,158); }

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