Html Css Color HEX #82BA9C Padua

📋 copy color: '#82BA9C'

red 130 ◦ green 186 ◦ blue 156

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

Shades of Padua #82BA9C

Tints of Padua #82BA9C

RGB

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

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

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

R = 27.54%
G = 39.41%
B = 33.05%

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

#82BA9C (or 0x82BA9C) is known color: Padua. HEX triplet: 82, BA and 9C. RGB value is (130,186,156). Sum of RGB (Red+Green+Blue) = 130+186+156=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA9C is #7D4563. Grayscale: #A5A5A5. Windows color (decimal): -8209764 or 10271362. OLE color: 10271362.

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

Color convert

RGB 130 186 156 -
CMYK 0.30 0 0.16 0.27
HSL 147.86º 0.29% 0.62% -
HSV(B) 147.86º 0.3% 0.73% -
XYZ 32.77 42.26 37.88 -
YUV 165.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 130 186 156 0.30 0 0.16 0.27 147.86 0.29 0.62
Hex 82 BA 9C 1E 0 10 1B 94 1D 3E
Octal 202 272 234 36 0 20 33 224 35 76
Binary 10000010 10111010 10011100 11110 0 10000 11011 10010100 11101 111110

Color Harmonies of #82BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA9C

Black with #82BA9C

Text Example


Text Example

White with #82BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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