Html Css Color HEX #7EBB94 Padua

📋 copy color: '#7EBB94'

red 126 ◦ green 187 ◦ blue 148

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

Shades of Padua #7EBB94

Tints of Padua #7EBB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 27.33%
G = 40.56%
B = 32.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#7EBB94 (or 0x7EBB94) is known color: Padua. HEX triplet: 7E, BB and 94. RGB value is (126,187,148). Sum of RGB (Red+Green+Blue) = 126+187+148=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB94 is #81446B. Grayscale: #A4A4A4. Windows color (decimal): -8471660 or 9747326. OLE color: 9747326.

HSL color Cylindrical-coordinate representation of color #7EBB94: hue angle of 141.64º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBB94 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 187 148 -
CMYK 0.33 0 0.21 0.27
HSL 141.64º 0.31% 0.61% -
HSV(B) 141.64º 0.33% 0.73% -
XYZ 31.72 42.11 34.47 -
YUV 164.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 126 187 148 0.33 0 0.21 0.27 141.64 0.31 0.61
Hex 7E BB 94 21 0 15 1B 8E 1F 3D
Octal 176 273 224 41 0 25 33 216 37 75
Binary 1111110 10111011 10010100 100001 0 10101 11011 10001110 11111 111101

Color Harmonies of #7EBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBB94

Black with #7EBB94

Text Example


Text Example

White with #7EBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,187,148); }

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

background-color css

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

 a { background-color: rgb(126,187,148); }

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

border-color css

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

 span { border-color: rgb(126,187,148); }

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