Html Css Color HEX #82BBA0 Padua

📋 copy color: '#82BBA0'

red 130 ◦ green 187 ◦ blue 160

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

Shades of Padua #82BBA0

Tints of Padua #82BBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 27.25%
G = 39.2%
B = 33.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#82BBA0 (or 0x82BBA0) is known color: Padua. HEX triplet: 82, BB and A0. RGB value is (130,187,160). Sum of RGB (Red+Green+Blue) = 130+187+160=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBA0 is #7D445F. Grayscale: #A6A6A6. Windows color (decimal): -8209504 or 10533762. OLE color: 10533762.

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

Color convert

RGB 130 187 160 -
CMYK 0.30 0 0.14 0.27
HSL 151.58º 0.3% 0.62% -
HSV(B) 151.58º 0.3% 0.73% -
XYZ 33.32 42.82 39.77 -
YUV 166.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 130 187 160 0.30 0 0.14 0.27 151.58 0.3 0.62
Hex 82 BB A0 1E 0 E 1B 98 1E 3E
Octal 202 273 240 36 0 16 33 230 36 76
Binary 10000010 10111011 10100000 11110 0 1110 11011 10011000 11110 111110

Color Harmonies of #82BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBA0

Black with #82BBA0

Text Example


Text Example

White with #82BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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