Html Css Color HEX #7EBA9E Padua

📋 copy color: '#7EBA9E'

red 126 ◦ green 186 ◦ blue 158

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

Shades of Padua #7EBA9E

Tints of Padua #7EBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.57%

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 26.81%
G = 39.57%
B = 33.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7EBA9E (or 0x7EBA9E) is known color: Padua. HEX triplet: 7E, BA and 9E. RGB value is (126,186,158). Sum of RGB (Red+Green+Blue) = 126+186+158=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBA9E is #814561. Grayscale: #A4A4A4. Windows color (decimal): -8471906 or 10402430. OLE color: 10402430.

HSL color Cylindrical-coordinate representation of color #7EBA9E: hue angle of 152º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBA9E is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 158 -
CMYK 0.32 0 0.15 0.27
HSL 152º 0.3% 0.61% -
HSV(B) 152º 0.32% 0.73% -
XYZ 32.33 42.02 38.75 -
YUV 164.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 126 186 158 0.32 0 0.15 0.27 152 0.3 0.61
Hex 7E BA 9E 20 0 F 1B 98 1E 3D
Octal 176 272 236 40 0 17 33 230 36 75
Binary 1111110 10111010 10011110 100000 0 1111 11011 10011000 11110 111101

Color Harmonies of #7EBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA9E

Black with #7EBA9E

Text Example


Text Example

White with #7EBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,158); }

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

background-color css

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

 a { background-color: rgb(126,186,158); }

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

border-color css

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

 span { border-color: rgb(126,186,158); }

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