Html Css Color HEX #81B393 Padua

📋 copy color: '#81B393'

red 129 ◦ green 179 ◦ blue 147

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

Shades of Padua #81B393

Tints of Padua #81B393

RGB

 RED value IS 129 (50.78% from 255) = 28.35%

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 28.35%
G = 39.34%
B = 32.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#81B393 (or 0x81B393) is known color: Padua. HEX triplet: 81, B3 and 93. RGB value is (129,179,147). Sum of RGB (Red+Green+Blue) = 129+179+147=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #81B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B393 is #7E4C6C. Grayscale: #A0A0A0. Windows color (decimal): -8277101 or 9679745. OLE color: 9679745.

HSL color Cylindrical-coordinate representation of color #81B393: hue angle of 141.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B393 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 179 147 -
CMYK 0.28 0 0.18 0.30
HSL 141.6º 0.25% 0.6% -
HSV(B) 141.6º 0.28% 0.7% -
XYZ 30.44 39.01 33.53 -
YUV 160.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 129 179 147 0.28 0 0.18 0.30 141.6 0.25 0.6
Hex 81 B3 93 1C 0 12 1E 8E 19 3C
Octal 201 263 223 34 0 22 36 216 31 74
Binary 10000001 10110011 10010011 11100 0 10010 11110 10001110 11001 111100

Color Harmonies of #81B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B393

Black with #81B393

Text Example


Text Example

White with #81B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B393; }

 p { color: rgb(129,179,147); }

 H1.HeaderClassName
 {
   color: #81B393;
 }
 .AnyTagClassName
 {
   color: #81B393;
 }
</style>

background-color css

<style>
 a { background-color: #81B393; }

 a { background-color: rgb(129,179,147); }

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

border-color css

<style>
 span { border-color: #81B393; }

 span { border-color: rgb(129,179,147); }

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