Html Css Color HEX #82BB9C Padua

📋 copy color: '#82BB9C'

red 130 ◦ green 187 ◦ blue 156

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

Shades of Padua #82BB9C

Tints of Padua #82BB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 27.48%
G = 39.53%
B = 32.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#82BB9C (or 0x82BB9C) is known color: Padua. HEX triplet: 82, BB and 9C. RGB value is (130,187,156). Sum of RGB (Red+Green+Blue) = 130+187+156=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9C is #7D4463. Grayscale: #A6A6A6. Windows color (decimal): -8209508 or 10271618. OLE color: 10271618.

HSL color Cylindrical-coordinate representation of color #82BB9C: hue angle of 147.37º degrees, saturation: 0.3, 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 #82BB9C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 187 156 -
CMYK 0.30 0 0.17 0.27
HSL 147.37º 0.3% 0.62% -
HSV(B) 147.37º 0.3% 0.73% -
XYZ 32.98 42.69 37.95 -
YUV 166.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 130 187 156 0.30 0 0.17 0.27 147.37 0.3 0.62
Hex 82 BB 9C 1E 0 11 1B 93 1E 3E
Octal 202 273 234 36 0 21 33 223 36 76
Binary 10000010 10111011 10011100 11110 0 10001 11011 10010011 11110 111110

Color Harmonies of #82BB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB9C

Black with #82BB9C

Text Example


Text Example

White with #82BB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,156); }

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

background-color css

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

 a { background-color: rgb(130,187,156); }

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

border-color css

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

 span { border-color: rgb(130,187,156); }

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