Html Css Color HEX #7EBBA0 Padua

📋 copy color: '#7EBBA0'

red 126 ◦ green 187 ◦ blue 160

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

Shades of Padua #7EBBA0

Tints of Padua #7EBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 26.64%
G = 39.53%
B = 33.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#7EBBA0 (or 0x7EBBA0) is known color: Padua. HEX triplet: 7E, BB and A0. RGB value is (126,187,160). Sum of RGB (Red+Green+Blue) = 126+187+160=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBA0 is #81445F. Grayscale: #A5A5A5. Windows color (decimal): -8471648 or 10533758. OLE color: 10533758.

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

Color convert

RGB 126 187 160 -
CMYK 0.33 0 0.14 0.27
HSL 153.44º 0.31% 0.61% -
HSV(B) 153.44º 0.33% 0.73% -
XYZ 32.72 42.51 39.74 -
YUV 165.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 126 187 160 0.33 0 0.14 0.27 153.44 0.31 0.61
Hex 7E BB A0 21 0 E 1B 99 1F 3D
Octal 176 273 240 41 0 16 33 231 37 75
Binary 1111110 10111011 10100000 100001 0 1110 11011 10011001 11111 111101

Color Harmonies of #7EBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBA0

Black with #7EBBA0

Text Example


Text Example

White with #7EBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,187,160); }

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

background-color css

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

 a { background-color: rgb(126,187,160); }

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

border-color css

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

 span { border-color: rgb(126,187,160); }

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