#81BE9A

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

Shades of Padua #81BE9A

Tints of Padua #81BE9A

Color information

#81BE9A (or 0x81BE9A) is unknown color: approx Padua. HEX triplet: 81, BE and 9A. RGB value is (129,190,154). Sum of RGB (Red+Green+Blue) = 129+190+154=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE9A is #7E4165. Grayscale: #A7A7A7. Windows color (decimal): -8274278 or 10141313. OLE color: 10141313.

HSL color Cylindrical-coordinate representation of color #81BE9A: hue angle of 144.59º 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 #81BE9A is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB129190154-
CMYK0.3200.190.25
HSL144.59º31.94%62.55%-
HSV(B)144.59º32.11%74.51%-
XYZ33.343.8337.28-
YUV167.66120.29100.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=27.27%
G=40.17%
B=32.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901540.3200.190.25144.5931.9462.55
Hex81BE9A200131991203f
Octal20127623240023312214077
Binary1000000110111110100110101000000100111100110010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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