#81BEA3

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

Shades of Padua #81BEA3

Tints of Padua #81BEA3

Color information

#81BEA3 (or 0x81BEA3) is unknown color: approx Padua. HEX triplet: 81, BE and A3. RGB value is (129,190,163). Sum of RGB (Red+Green+Blue) = 129+190+163=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA3 is #7E415C. Grayscale: #A8A8A8. Windows color (decimal): -8274269 or 10731137. OLE color: 10731137.

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

Color convert

RGB129190163-
CMYK0.3200.140.25
HSL153.44º31.94%62.55%-
HSV(B)153.44º32.11%74.51%-
XYZ34.0844.1441.37-
YUV168.68124.7999.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=26.76%
G=39.42%
B=33.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901630.3200.140.25153.4431.9462.55
Hex81BEA3200E1999203f
Octal20127624340016312314077
Binary100000011011111010100011100000011101100110011001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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