Html Css Color HEX #82BB9E Padua

📋 copy color: '#82BB9E'

red 130 ◦ green 187 ◦ blue 158

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

Shades of Padua #82BB9E

Tints of Padua #82BB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 27.37%
G = 39.37%
B = 33.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#82BB9E (or 0x82BB9E) is known color: Padua. HEX triplet: 82, BB and 9E. RGB value is (130,187,158). Sum of RGB (Red+Green+Blue) = 130+187+158=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB9E is #7D4461. Grayscale: #A6A6A6. Windows color (decimal): -8209506 or 10402690. OLE color: 10402690.

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

Color convert

RGB 130 187 158 -
CMYK 0.30 0 0.16 0.27
HSL 149.47º 0.3% 0.62% -
HSV(B) 149.47º 0.3% 0.73% -
XYZ 33.15 42.76 38.85 -
YUV 166.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 130 187 158 0.30 0 0.16 0.27 149.47 0.3 0.62
Hex 82 BB 9E 1E 0 10 1B 95 1E 3E
Octal 202 273 236 36 0 20 33 225 36 76
Binary 10000010 10111011 10011110 11110 0 10000 11011 10010101 11110 111110

Color Harmonies of #82BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB9E

Black with #82BB9E

Text Example


Text Example

White with #82BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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