Html Css Color HEX #82BC9F Padua

📋 copy color: '#82BC9F'

red 130 ◦ green 188 ◦ blue 159

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

Shades of Padua #82BC9F

Tints of Padua #82BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 27.25%
G = 39.41%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#82BC9F (or 0x82BC9F) is known color: Padua. HEX triplet: 82, BC and 9F. RGB value is (130,188,159). Sum of RGB (Red+Green+Blue) = 130+188+159=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC9F is #7D4360. Grayscale: #A7A7A7. Windows color (decimal): -8209249 or 10468482. OLE color: 10468482.

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

Color convert

RGB 130 188 159 -
CMYK 0.31 0 0.15 0.26
HSL 150º 0.3% 0.62% -
HSV(B) 150º 0.31% 0.74% -
XYZ 33.45 43.22 39.38 -
YUV 167.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 130 188 159 0.31 0 0.15 0.26 150 0.3 0.62
Hex 82 BC 9F 1F 0 F 1A 96 1E 3E
Octal 202 274 237 37 0 17 32 226 36 76
Binary 10000010 10111100 10011111 11111 0 1111 11010 10010110 11110 111110

Color Harmonies of #82BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC9F

Black with #82BC9F

Text Example


Text Example

White with #82BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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