Html Css Color HEX #7EBC9C Padua

📋 copy color: '#7EBC9C'

red 126 ◦ green 188 ◦ blue 156

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

Shades of Padua #7EBC9C

Tints of Padua #7EBC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 26.81%
G = 40%
B = 33.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#7EBC9C (or 0x7EBC9C) is known color: Padua. HEX triplet: 7E, BC and 9C. RGB value is (126,188,156). Sum of RGB (Red+Green+Blue) = 126+188+156=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC9C is #814363. Grayscale: #A5A5A5. Windows color (decimal): -8471396 or 10271870. OLE color: 10271870.

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

Color convert

RGB 126 188 156 -
CMYK 0.33 0 0.17 0.26
HSL 149.03º 0.32% 0.62% -
HSV(B) 149.03º 0.33% 0.74% -
XYZ 32.59 42.8 38 -
YUV 165.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 126 188 156 0.33 0 0.17 0.26 149.03 0.32 0.62
Hex 7E BC 9C 21 0 11 1A 95 20 3E
Octal 176 274 234 41 0 21 32 225 40 76
Binary 1111110 10111100 10011100 100001 0 10001 11010 10010101 100000 111110

Color Harmonies of #7EBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC9C

Black with #7EBC9C

Text Example


Text Example

White with #7EBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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