Html Css Color HEX #82BA99 Padua

📋 copy color: '#82BA99'

red 130 ◦ green 186 ◦ blue 153

#82BA99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #82BA99

Tints of Padua #82BA99

RGB

 RED value IS 130 (51.17% from 255) = 27.72%

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 153 (60.16% from 255) = 32.62%

R = 27.72%
G = 39.66%
B = 32.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#82BA99 (or 0x82BA99) is known color: Padua. HEX triplet: 82, BA and 99. RGB value is (130,186,153). Sum of RGB (Red+Green+Blue) = 130+186+153=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA99 is #7D4566. Grayscale: #A5A5A5. Windows color (decimal): -8209767 or 10074754. OLE color: 10074754.

HSL color Cylindrical-coordinate representation of color #82BA99: hue angle of 144.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BA99 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 153 -
CMYK 0.30 0 0.18 0.27
HSL 144.64º 0.29% 0.62% -
HSV(B) 144.64º 0.3% 0.73% -
XYZ 32.51 42.16 36.56 -
YUV 165.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 130 186 153 0.30 0 0.18 0.27 144.64 0.29 0.62
Hex 82 BA 99 1E 0 12 1B 91 1D 3E
Octal 202 272 231 36 0 22 33 221 35 76
Binary 10000010 10111010 10011001 11110 0 10010 11011 10010001 11101 111110

Color Harmonies of #82BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA99

Black with #82BA99

Text Example


Text Example

White with #82BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BA99;
 }
 .AnyTagClassName
 {
   color: #82BA99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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