#82BC99

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

Shades of Padua #82BC99

Tints of Padua #82BC99

Color information

#82BC99 (or 0x82BC99) is unknown color: approx Padua. HEX triplet: 82, BC and 99. RGB value is (130,188,153). Sum of RGB (Red+Green+Blue) = 130+188+153=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC99 is #7D4366. Grayscale: #A6A6A6. Windows color (decimal): -8209255 or 10075266. OLE color: 10075266.

HSL color Cylindrical-coordinate representation of color #82BC99: hue angle of 143.79º degrees, saturation: 0.3, 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 #82BC99 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB130188153-
CMYK0.3100.190.26
HSL143.79º30.21%62.35%-
HSV(B)143.79º30.85%73.73%-
XYZ32.9443.0136.7-
YUV166.67120.28101.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=27.60%
G=39.92%
B=32.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301881530.3100.190.26143.7930.2162.35
Hex82BC991F0131A901e3e
Octal20227423137023322203676
Binary10000010101111001001100111111010011110101001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BC99; }

 p { color: rgb(130,188,153); }

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

<style>
 a { background-color: #82BC99; }

 a { background-color: rgb(130,188,153); }

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

<style>
 span { border-color: #82BC99; }

 span { border-color: rgb(130,188,153); }

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