#81B99B

Color #81B99B Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #81B99B

Tints of Padua #81B99B

Color information

#81B99B (or 0x81B99B) is unknown color: approx Padua. HEX triplet: 81, B9 and 9B. RGB value is (129,185,155). Sum of RGB (Red+Green+Blue) = 129+185+155=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #81B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B99B is #7E4664. Grayscale: #A4A4A4. Windows color (decimal): -8275557 or 10205569. OLE color: 10205569.

HSL color Cylindrical-coordinate representation of color #81B99B: hue angle of 147.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B99B is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB129185155-
CMYK0.3000.160.27
HSL147.86º28.57%61.57%-
HSV(B)147.86º30.27%72.55%-
XYZ32.3241.7337.36-
YUV164.84122.45102.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=27.51%
G=39.45%
B=33.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851550.3000.160.27147.8628.5761.57
Hex81B99B1E0101B941d3e
Octal20127123336020332243576
Binary10000001101110011001101111110010000110111001010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,155); }

 H1.HeaderClassName
 {
   color: #81B99B;
 }
 .AnyTagClassName
 {
   color: #81B99B;
 }
</style>
background-color css

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

 a { background-color: rgb(129,185,155); }

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

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

 span { border-color: rgb(129,185,155); }

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