Html Css Color HEX #98D5AA Chinook

📋 copy color: '#98D5AA'

red 152 ◦ green 213 ◦ blue 170

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

Shades of Chinook #98D5AA

Tints of Chinook #98D5AA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 28.41%
G = 39.81%
B = 31.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#98D5AA (or 0x98D5AA) is known color: Chinook. HEX triplet: 98, D5 and AA. RGB value is (152,213,170). Sum of RGB (Red+Green+Blue) = 152+213+170=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5AA is #672A55. Grayscale: #BDBDBD. Windows color (decimal): -6761046 or 11195800. OLE color: 11195800.

HSL color Cylindrical-coordinate representation of color #98D5AA: hue angle of 137.7º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5AA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 170 -
CMYK 0.29 0 0.20 0.16
HSL 137.7º 0.42% 0.72% -
HSV(B) 137.7º 0.29% 0.84% -
XYZ 44 57.17 46.75 -
YUV 189.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 152 213 170 0.29 0 0.20 0.16 137.7 0.42 0.72
Hex 98 D5 AA 1D 0 14 10 8A 2A 48
Octal 230 325 252 35 0 24 20 212 52 110
Binary 10011000 11010101 10101010 11101 0 10100 10000 10001010 101010 1001000

Color Harmonies of #98D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5AA

Black with #98D5AA

Text Example


Text Example

White with #98D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,170); }

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

background-color css

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

 a { background-color: rgb(152,213,170); }

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

border-color css

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

 span { border-color: rgb(152,213,170); }

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