#81BC9E

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

Shades of Padua #81BC9E

Tints of Padua #81BC9E

Color information

#81BC9E (or 0x81BC9E) is unknown color: approx Padua. HEX triplet: 81, BC and 9E. RGB value is (129,188,158). Sum of RGB (Red+Green+Blue) = 129+188+158=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC9E is #7E4361. Grayscale: #A6A6A6. Windows color (decimal): -8274786 or 10402945. OLE color: 10402945.

HSL color Cylindrical-coordinate representation of color #81BC9E: hue angle of 149.49º 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 #81BC9E is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB129188158-
CMYK0.3100.160.26
HSL149.49º30.57%62.16%-
HSV(B)149.49º31.38%73.73%-
XYZ33.2143.138.92-
YUV166.94122.95100.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=27.16%
G=39.58%
B=33.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881580.3100.160.26149.4930.5762.16
Hex81BC9E1F0101A951f3e
Octal20127423637020322253776
Binary10000001101111001001111011111010000110101001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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