Html Css Color HEX #98DDAA Chinook

📋 copy color: '#98DDAA'

red 152 ◦ green 221 ◦ blue 170

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

Shades of Chinook #98DDAA

Tints of Chinook #98DDAA

RGB

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

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

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

R = 27.99%
G = 40.7%
B = 31.31%

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

#98DDAA (or 0x98DDAA) is known color: Chinook. HEX triplet: 98, DD and AA. RGB value is (152,221,170). Sum of RGB (Red+Green+Blue) = 152+221+170=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAA is #672255. Grayscale: #C2C2C2. Windows color (decimal): -6758998 or 11197848. OLE color: 11197848.

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

Color convert

RGB 152 221 170 -
CMYK 0.31 0 0.23 0.13
HSL 135.65º 0.5% 0.73% -
HSV(B) 135.65º 0.31% 0.87% -
XYZ 46.06 61.29 47.43 -
YUV 194.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 152 221 170 0.31 0 0.23 0.13 135.65 0.5 0.73
Hex 98 DD AA 1F 0 17 D 88 32 49
Octal 230 335 252 37 0 27 15 210 62 111
Binary 10011000 11011101 10101010 11111 0 10111 1101 10001000 110010 1001001

Color Harmonies of #98DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDAA

Black with #98DDAA

Text Example


Text Example

White with #98DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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