Html Css Color HEX #98DDAB Chinook

📋 copy color: '#98DDAB'

red 152 ◦ green 221 ◦ blue 171

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

Shades of Chinook #98DDAB

Tints of Chinook #98DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 27.94%
G = 40.63%
B = 31.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#98DDAB (or 0x98DDAB) is known color: Chinook. HEX triplet: 98, DD and AB. RGB value is (152,221,171). Sum of RGB (Red+Green+Blue) = 152+221+171=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAB is #672254. Grayscale: #C2C2C2. Windows color (decimal): -6758997 or 11263384. OLE color: 11263384.

HSL color Cylindrical-coordinate representation of color #98DDAB: hue angle of 136.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDAB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 171 -
CMYK 0.31 0 0.23 0.13
HSL 136.52º 0.5% 0.73% -
HSV(B) 136.52º 0.31% 0.87% -
XYZ 46.16 61.33 47.93 -
YUV 194.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 152 221 171 0.31 0 0.23 0.13 136.52 0.5 0.73
Hex 98 DD AB 1F 0 17 D 89 32 49
Octal 230 335 253 37 0 27 15 211 62 111
Binary 10011000 11011101 10101011 11111 0 10111 1101 10001001 110010 1001001

Color Harmonies of #98DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDAB

Black with #98DDAB

Text Example


Text Example

White with #98DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,171); }

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

background-color css

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

 a { background-color: rgb(152,221,171); }

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

border-color css

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

 span { border-color: rgb(152,221,171); }

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