Html Css Color HEX #7EC198 Padua

📋 copy color: '#7EC198'

red 126 ◦ green 193 ◦ blue 152

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

Shades of Padua #7EC198

Tints of Padua #7EC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 26.75%
G = 40.98%
B = 32.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#7EC198 (or 0x7EC198) is known color: Padua. HEX triplet: 7E, C1 and 98. RGB value is (126,193,152). Sum of RGB (Red+Green+Blue) = 126+193+152=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC198 is #813E67. Grayscale: #A8A8A8. Windows color (decimal): -8470120 or 10011006. OLE color: 10011006.

HSL color Cylindrical-coordinate representation of color #7EC198: hue angle of 143.28º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC198 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 193 152 -
CMYK 0.35 0 0.21 0.24
HSL 143.28º 0.35% 0.63% -
HSV(B) 143.28º 0.35% 0.76% -
XYZ 33.34 44.84 36.6 -
YUV 168.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 126 193 152 0.35 0 0.21 0.24 143.28 0.35 0.63
Hex 7E C1 98 23 0 15 18 8F 23 3F
Octal 176 301 230 43 0 25 30 217 43 77
Binary 1111110 11000001 10011000 100011 0 10101 11000 10001111 100011 111111

Color Harmonies of #7EC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC198

Black with #7EC198

Text Example


Text Example

White with #7EC198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,193,152); }

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

background-color css

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

 a { background-color: rgb(126,193,152); }

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

border-color css

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

 span { border-color: rgb(126,193,152); }

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