Html Css Color HEX #7EBDA2 Padua

📋 copy color: '#7EBDA2'

red 126 ◦ green 189 ◦ blue 162

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

Shades of Padua #7EBDA2

Tints of Padua #7EBDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 26.42%
G = 39.62%
B = 33.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#7EBDA2 (or 0x7EBDA2) is known color: Padua. HEX triplet: 7E, BD and A2. RGB value is (126,189,162). Sum of RGB (Red+Green+Blue) = 126+189+162=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDA2 is #81425D. Grayscale: #A7A7A7. Windows color (decimal): -8471134 or 10665342. OLE color: 10665342.

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

Color convert

RGB 126 189 162 -
CMYK 0.33 0 0.14 0.26
HSL 154.29º 0.32% 0.62% -
HSV(B) 154.29º 0.33% 0.74% -
XYZ 33.32 43.44 40.81 -
YUV 167.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 126 189 162 0.33 0 0.14 0.26 154.29 0.32 0.62
Hex 7E BD A2 21 0 E 1A 9A 20 3E
Octal 176 275 242 41 0 16 32 232 40 76
Binary 1111110 10111101 10100010 100001 0 1110 11010 10011010 100000 111110

Color Harmonies of #7EBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDA2

Black with #7EBDA2

Text Example


Text Example

White with #7EBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,162); }

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

background-color css

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

 a { background-color: rgb(126,189,162); }

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

border-color css

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

 span { border-color: rgb(126,189,162); }

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