Html Css Color HEX #82A498 Cascade

📋 copy color: '#82A498'

red 130 ◦ green 164 ◦ blue 152

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

Shades of Cascade #82A498

Tints of Cascade #82A498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.77%

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

R = 29.15%
G = 36.77%
B = 34.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#82A498 (or 0x82A498) is known color: Cascade. HEX triplet: 82, A4 and 98. RGB value is (130,164,152). Sum of RGB (Red+Green+Blue) = 130+164+152=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #82A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A498 is #7D5B67. Grayscale: #989898. Windows color (decimal): -8215400 or 10003586. OLE color: 10003586.

HSL color Cylindrical-coordinate representation of color #82A498: hue angle of 158.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A498 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 152 -
CMYK 0.21 0 0.07 0.36
HSL 158.82º 0.16% 0.58% -
HSV(B) 158.82º 0.21% 0.64% -
XYZ 28.15 33.56 34.7 -
YUV 152.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 130 164 152 0.21 0 0.07 0.36 158.82 0.16 0.58
Hex 82 A4 98 15 0 7 24 9F 10 3A
Octal 202 244 230 25 0 7 44 237 20 72
Binary 10000010 10100100 10011000 10101 0 111 100100 10011111 10000 111010

Color Harmonies of #82A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A498

Black with #82A498

Text Example


Text Example

White with #82A498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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