Html Css Color HEX #81B79C Padua

📋 copy color: '#81B79C'

red 129 ◦ green 183 ◦ blue 156

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

Shades of Padua #81B79C

Tints of Padua #81B79C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 27.56%
G = 39.1%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#81B79C (or 0x81B79C) is known color: Padua. HEX triplet: 81, B7 and 9C. RGB value is (129,183,156). Sum of RGB (Red+Green+Blue) = 129+183+156=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #81B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B79C is #7E4863. Grayscale: #A3A3A3. Windows color (decimal): -8276068 or 10270593. OLE color: 10270593.

HSL color Cylindrical-coordinate representation of color #81B79C: hue angle of 150º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B79C is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 156 -
CMYK 0.30 0 0.15 0.28
HSL 150º 0.27% 0.61% -
HSV(B) 150º 0.3% 0.72% -
XYZ 31.99 40.93 37.67 -
YUV 163.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 129 183 156 0.30 0 0.15 0.28 150 0.27 0.61
Hex 81 B7 9C 1E 0 F 1C 96 1B 3D
Octal 201 267 234 36 0 17 34 226 33 75
Binary 10000001 10110111 10011100 11110 0 1111 11100 10010110 11011 111101

Color Harmonies of #81B79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B79C

Black with #81B79C

Text Example


Text Example

White with #81B79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,183,156); }

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

background-color css

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

 a { background-color: rgb(129,183,156); }

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

border-color css

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

 span { border-color: rgb(129,183,156); }

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