Html Css Color HEX #7EBE95 Padua

📋 copy color: '#7EBE95'

red 126 ◦ green 190 ◦ blue 149

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

Shades of Padua #7EBE95

Tints of Padua #7EBE95

RGB

 RED value IS 126 (49.61% from 255) = 27.1%

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 27.1%
G = 40.86%
B = 32.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#7EBE95 (or 0x7EBE95) is known color: Padua. HEX triplet: 7E, BE and 95. RGB value is (126,190,149). Sum of RGB (Red+Green+Blue) = 126+190+149=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBE95 is #81416A. Grayscale: #A6A6A6. Windows color (decimal): -8470891 or 9813630. OLE color: 9813630.

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

Color convert

RGB 126 190 149 -
CMYK 0.34 0 0.22 0.25
HSL 141.56º 0.33% 0.62% -
HSV(B) 141.56º 0.34% 0.75% -
XYZ 32.44 43.43 35.11 -
YUV 166.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 126 190 149 0.34 0 0.22 0.25 141.56 0.33 0.62
Hex 7E BE 95 22 0 16 19 8E 21 3E
Octal 176 276 225 42 0 26 31 216 41 76
Binary 1111110 10111110 10010101 100010 0 10110 11001 10001110 100001 111110

Color Harmonies of #7EBE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE95

Black with #7EBE95

Text Example


Text Example

White with #7EBE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,190,149); }

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

background-color css

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

 a { background-color: rgb(126,190,149); }

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

border-color css

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

 span { border-color: rgb(126,190,149); }

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