Html Css Color HEX #7EBE9C Padua

📋 copy color: '#7EBE9C'

red 126 ◦ green 190 ◦ blue 156

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

Shades of Padua #7EBE9C

Tints of Padua #7EBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

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

R = 26.69%
G = 40.25%
B = 33.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#7EBE9C (or 0x7EBE9C) is known color: Padua. HEX triplet: 7E, BE and 9C. RGB value is (126,190,156). Sum of RGB (Red+Green+Blue) = 126+190+156=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBE9C is #814163. Grayscale: #A7A7A7. Windows color (decimal): -8470884 or 10272382. OLE color: 10272382.

HSL color Cylindrical-coordinate representation of color #7EBE9C: hue angle of 148.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBE9C is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 190 156 -
CMYK 0.34 0 0.18 0.25
HSL 148.13º 0.33% 0.62% -
HSV(B) 148.13º 0.34% 0.75% -
XYZ 33.02 43.66 38.14 -
YUV 166.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 126 190 156 0.34 0 0.18 0.25 148.13 0.33 0.62
Hex 7E BE 9C 22 0 12 19 94 21 3E
Octal 176 276 234 42 0 22 31 224 41 76
Binary 1111110 10111110 10011100 100010 0 10010 11001 10010100 100001 111110

Color Harmonies of #7EBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE9C

Black with #7EBE9C

Text Example


Text Example

White with #7EBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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