Html Css Color HEX #98DD9F Chinook

📋 copy color: '#98DD9F'

red 152 ◦ green 221 ◦ blue 159

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

Shades of Chinook #98DD9F

Tints of Chinook #98DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.89%

R = 28.57%
G = 41.54%
B = 29.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#98DD9F (or 0x98DD9F) is known color: Chinook. HEX triplet: 98, DD and 9F. RGB value is (152,221,159). Sum of RGB (Red+Green+Blue) = 152+221+159=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD9F is #672260. Grayscale: #C1C1C1. Windows color (decimal): -6759009 or 10476952. OLE color: 10476952.

HSL color Cylindrical-coordinate representation of color #98DD9F: hue angle of 126.09º 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 #98DD9F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 159 -
CMYK 0.31 0 0.28 0.13
HSL 126.09º 0.5% 0.73% -
HSV(B) 126.09º 0.31% 0.87% -
XYZ 45.06 60.89 42.18 -
YUV 193.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 152 221 159 0.31 0 0.28 0.13 126.09 0.5 0.73
Hex 98 DD 9F 1F 0 1C D 7E 32 49
Octal 230 335 237 37 0 34 15 176 62 111
Binary 10011000 11011101 10011111 11111 0 11100 1101 1111110 110010 1001001

Color Harmonies of #98DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD9F

Black with #98DD9F

Text Example


Text Example

White with #98DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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