#81BE9C

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

Shades of Padua #81BE9C

Tints of Padua #81BE9C

Color information

#81BE9C (or 0x81BE9C) is unknown color: approx Padua. HEX triplet: 81, BE and 9C. RGB value is (129,190,156). Sum of RGB (Red+Green+Blue) = 129+190+156=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE9C is #7E4163. Grayscale: #A7A7A7. Windows color (decimal): -8274276 or 10272385. OLE color: 10272385.

HSL color Cylindrical-coordinate representation of color #81BE9C: hue angle of 146.56º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE9C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB129190156-
CMYK0.3200.180.25
HSL146.56º31.94%62.55%-
HSV(B)146.56º32.11%74.51%-
XYZ33.4743.8938.16-
YUV167.88121.29100.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=27.16%
G=40%
B=32.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901560.3200.180.25146.5631.9462.55
Hex81BE9C200121993203f
Octal20127623440022312234077
Binary1000000110111110100111001000000100101100110010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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