Html Css Color HEX #7EBC96 Padua

📋 copy color: '#7EBC96'

red 126 ◦ green 188 ◦ blue 150

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

Shades of Padua #7EBC96

Tints of Padua #7EBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 27.16%
G = 40.52%
B = 32.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#7EBC96 (or 0x7EBC96) is known color: Padua. HEX triplet: 7E, BC and 96. RGB value is (126,188,150). Sum of RGB (Red+Green+Blue) = 126+188+150=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC96 is #814369. Grayscale: #A5A5A5. Windows color (decimal): -8471402 or 9878654. OLE color: 9878654.

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

Color convert

RGB 126 188 150 -
CMYK 0.33 0 0.20 0.26
HSL 143.23º 0.32% 0.62% -
HSV(B) 143.23º 0.33% 0.74% -
XYZ 32.09 42.6 35.39 -
YUV 165.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 126 188 150 0.33 0 0.20 0.26 143.23 0.32 0.62
Hex 7E BC 96 21 0 14 1A 8F 20 3E
Octal 176 274 226 41 0 24 32 217 40 76
Binary 1111110 10111100 10010110 100001 0 10100 11010 10001111 100000 111110

Color Harmonies of #7EBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC96

Black with #7EBC96

Text Example


Text Example

White with #7EBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,150); }

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

background-color css

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

 a { background-color: rgb(126,188,150); }

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

border-color css

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

 span { border-color: rgb(126,188,150); }

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