Html Css Color HEX #7FB494 Padua

📋 copy color: '#7FB494'

red 127 ◦ green 180 ◦ blue 148

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

Shades of Padua #7FB494

Tints of Padua #7FB494

RGB

 RED value IS 127 (50% from 255) = 27.91%

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 27.91%
G = 39.56%
B = 32.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#7FB494 (or 0x7FB494) is known color: Padua. HEX triplet: 7F, B4 and 94. RGB value is (127,180,148). Sum of RGB (Red+Green+Blue) = 127+180+148=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB494 is #804B6B. Grayscale: #A0A0A0. Windows color (decimal): -8407916 or 9745535. OLE color: 9745535.

HSL color Cylindrical-coordinate representation of color #7FB494: hue angle of 143.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB494 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 148 -
CMYK 0.29 0 0.18 0.29
HSL 143.77º 0.26% 0.6% -
HSV(B) 143.77º 0.29% 0.71% -
XYZ 30.42 39.29 34 -
YUV 160.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 127 180 148 0.29 0 0.18 0.29 143.77 0.26 0.6
Hex 7F B4 94 1D 0 12 1D 90 1A 3C
Octal 177 264 224 35 0 22 35 220 32 74
Binary 1111111 10110100 10010100 11101 0 10010 11101 10010000 11010 111100

Color Harmonies of #7FB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB494

Black with #7FB494

Text Example


Text Example

White with #7FB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,148); }

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

background-color css

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

 a { background-color: rgb(127,180,148); }

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

border-color css

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

 span { border-color: rgb(127,180,148); }

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