Html Css Color HEX #82BA98 Padua

📋 copy color: '#82BA98'

red 130 ◦ green 186 ◦ blue 152

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

Shades of Padua #82BA98

Tints of Padua #82BA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 27.78%
G = 39.74%
B = 32.48%

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

#82BA98 (or 0x82BA98) is known color: Padua. HEX triplet: 82, BA and 98. RGB value is (130,186,152). Sum of RGB (Red+Green+Blue) = 130+186+152=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA98 is #7D4567. Grayscale: #A5A5A5. Windows color (decimal): -8209768 or 10009218. OLE color: 10009218.

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

Color convert

RGB 130 186 152 -
CMYK 0.30 0 0.18 0.27
HSL 143.57º 0.29% 0.62% -
HSV(B) 143.57º 0.3% 0.73% -
XYZ 32.43 42.13 36.13 -
YUV 165.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 130 186 152 0.30 0 0.18 0.27 143.57 0.29 0.62
Hex 82 BA 98 1E 0 12 1B 90 1D 3E
Octal 202 272 230 36 0 22 33 220 35 76
Binary 10000010 10111010 10011000 11110 0 10010 11011 10010000 11101 111110

Color Harmonies of #82BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA98

Black with #82BA98

Text Example


Text Example

White with #82BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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