Html Css Color HEX #82A39A Cascade

📋 copy color: '#82A39A'

red 130 ◦ green 163 ◦ blue 154

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

Shades of Cascade #82A39A

Tints of Cascade #82A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 29.08%
G = 36.47%
B = 34.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#82A39A (or 0x82A39A) is known color: Cascade. HEX triplet: 82, A3 and 9A. RGB value is (130,163,154). Sum of RGB (Red+Green+Blue) = 130+163+154=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #82A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A39A is #7D5C65. Grayscale: #989898. Windows color (decimal): -8215654 or 10134402. OLE color: 10134402.

HSL color Cylindrical-coordinate representation of color #82A39A: hue angle of 163.64º 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 #82A39A is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 163 154 -
CMYK 0.20 0 0.06 0.36
HSL 163.64º 0.15% 0.57% -
HSV(B) 163.64º 0.2% 0.64% -
XYZ 28.14 33.27 35.51 -
YUV 152.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 130 163 154 0.20 0 0.06 0.36 163.64 0.15 0.57
Hex 82 A3 9A 14 0 6 24 A4 F 39
Octal 202 243 232 24 0 6 44 244 17 71
Binary 10000010 10100011 10011010 10100 0 110 100100 10100100 1111 111001

Color Harmonies of #82A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A39A

Black with #82A39A

Text Example


Text Example

White with #82A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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