#81BC9F

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

Shades of Padua #81BC9F

Tints of Padua #81BC9F

Color information

#81BC9F (or 0x81BC9F) is unknown color: approx Padua. HEX triplet: 81, BC and 9F. RGB value is (129,188,159). Sum of RGB (Red+Green+Blue) = 129+188+159=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC9F is #7E4360. Grayscale: #A7A7A7. Windows color (decimal): -8274785 or 10468481. OLE color: 10468481.

HSL color Cylindrical-coordinate representation of color #81BC9F: hue angle of 150.51º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC9F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB129188159-
CMYK0.3100.150.26
HSL150.51º30.57%62.16%-
HSV(B)150.51º31.38%73.73%-
XYZ33.2943.1439.37-
YUV167.05123.45100.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=27.10%
G=39.50%
B=33.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881590.3100.150.26150.5130.5762.16
Hex81BC9F1F0F1A971f3e
Octal20127423737017322273776
Binary1000000110111100100111111111101111110101001011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,159); }

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

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

 a { background-color: rgb(129,188,159); }

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

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

 span { border-color: rgb(129,188,159); }

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