Html Css Color HEX #82A29A Cascade

📋 copy color: '#82A29A'

red 130 ◦ green 162 ◦ blue 154

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

Shades of Cascade #82A29A

Tints of Cascade #82A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 29.15%
G = 36.32%
B = 34.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#82A29A (or 0x82A29A) is known color: Cascade. HEX triplet: 82, A2 and 9A. RGB value is (130,162,154). Sum of RGB (Red+Green+Blue) = 130+162+154=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #82A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A29A is #7D5D65. Grayscale: #979797. Windows color (decimal): -8215910 or 10134146. OLE color: 10134146.

HSL color Cylindrical-coordinate representation of color #82A29A: hue angle of 165º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A29A is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 154 -
CMYK 0.20 0 0.05 0.36
HSL 165º 0.15% 0.57% -
HSV(B) 165º 0.2% 0.64% -
XYZ 27.96 32.92 35.45 -
YUV 151.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 130 162 154 0.20 0 0.05 0.36 165 0.15 0.57
Hex 82 A2 9A 14 0 5 24 A5 F 39
Octal 202 242 232 24 0 5 44 245 17 71
Binary 10000010 10100010 10011010 10100 0 101 100100 10100101 1111 111001

Color Harmonies of #82A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A29A

Black with #82A29A

Text Example


Text Example

White with #82A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,154); }

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

background-color css

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

 a { background-color: rgb(130,162,154); }

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

border-color css

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

 span { border-color: rgb(130,162,154); }

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