Html Css Color HEX #7EBC9F Padua

📋 copy color: '#7EBC9F'

red 126 ◦ green 188 ◦ blue 159

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

Shades of Padua #7EBC9F

Tints of Padua #7EBC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 26.64%
G = 39.75%
B = 33.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#7EBC9F (or 0x7EBC9F) is known color: Padua. HEX triplet: 7E, BC and 9F. RGB value is (126,188,159). Sum of RGB (Red+Green+Blue) = 126+188+159=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC9F is #814360. Grayscale: #A6A6A6. Windows color (decimal): -8471393 or 10468478. OLE color: 10468478.

HSL color Cylindrical-coordinate representation of color #7EBC9F: hue angle of 151.94º 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 #7EBC9F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 159 -
CMYK 0.33 0 0.15 0.26
HSL 151.94º 0.32% 0.62% -
HSV(B) 151.94º 0.33% 0.74% -
XYZ 32.85 42.91 39.35 -
YUV 166.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 126 188 159 0.33 0 0.15 0.26 151.94 0.32 0.62
Hex 7E BC 9F 21 0 F 1A 98 20 3E
Octal 176 274 237 41 0 17 32 230 40 76
Binary 1111110 10111100 10011111 100001 0 1111 11010 10011000 100000 111110

Color Harmonies of #7EBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC9F

Black with #7EBC9F

Text Example


Text Example

White with #7EBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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