#81C093

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

Shades of Padua #81C093

Tints of Padua #81C093

Color information

#81C093 (or 0x81C093) is unknown color: approx Padua. HEX triplet: 81, C0 and 93. RGB value is (129,192,147). Sum of RGB (Red+Green+Blue) = 129+192+147=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #81C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C093 is #7E3F6C. Grayscale: #A8A8A8. Windows color (decimal): -8273773 or 9683073. OLE color: 9683073.

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

Color convert

RGB129192147-
CMYK0.3300.230.25
HSL137.14º33.33%62.94%-
HSV(B)137.14º32.81%75.29%-
XYZ33.1744.4734.44-
YUV168.03116.13100.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=27.56%
G=41.03%
B=31.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921470.3300.230.25137.1433.3362.94
Hex81C093210171989213f
Octal20130022341027312114177
Binary1000000111000000100100111000010101111100110001001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,147); }

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

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

 a { background-color: rgb(129,192,147); }

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

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

 span { border-color: rgb(129,192,147); }

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