Html Css Color HEX #98A09E Cascade

📋 copy color: '#98A09E'

red 152 ◦ green 160 ◦ blue 158

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

Shades of Cascade #98A09E

Tints of Cascade #98A09E

RGB

 RED value IS 152 (59.77% from 255) = 32.34%

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 32.34%
G = 34.04%
B = 33.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#98A09E (or 0x98A09E) is known color: Cascade. HEX triplet: 98, A0 and 9E. RGB value is (152,160,158). Sum of RGB (Red+Green+Blue) = 152+160+158=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 160 - color contains mainly: green. Hex color #98A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A09E is #675F61. Grayscale: #9D9D9D. Windows color (decimal): -6774626 or 10395800. OLE color: 10395800.

HSL color Cylindrical-coordinate representation of color #98A09E: hue angle of 165º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #98A09E is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 160 158 -
CMYK 0.05 0 0.01 0.37
HSL 165º 0.04% 0.61% -
HSV(B) 165º 0.05% 0.63% -
XYZ 31.69 34.29 37.3 -
YUV 157.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 152 160 158 0.05 0 0.01 0.37 165 0.04 0.61
Hex 98 A0 9E 5 0 1 25 A5 4 3D
Octal 230 240 236 5 0 1 45 245 4 75
Binary 10011000 10100000 10011110 101 0 1 100101 10100101 100 111101

Color Harmonies of #98A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A09E

Black with #98A09E

Text Example


Text Example

White with #98A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A09E; }

 p { color: rgb(152,160,158); }

 H1.HeaderClassName
 {
   color: #98A09E;
 }
 .AnyTagClassName
 {
   color: #98A09E;
 }
</style>

background-color css

<style>
 a { background-color: #98A09E; }

 a { background-color: rgb(152,160,158); }

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

border-color css

<style>
 span { border-color: #98A09E; }

 span { border-color: rgb(152,160,158); }

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