Html Css Color HEX #98DCAA Chinook

📋 copy color: '#98DCAA'

red 152 ◦ green 220 ◦ blue 170

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

Shades of Chinook #98DCAA

Tints of Chinook #98DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 28.04%
G = 40.59%
B = 31.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#98DCAA (or 0x98DCAA) is known color: Chinook. HEX triplet: 98, DC and AA. RGB value is (152,220,170). Sum of RGB (Red+Green+Blue) = 152+220+170=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAA is #672355. Grayscale: #C2C2C2. Windows color (decimal): -6759254 or 11197592. OLE color: 11197592.

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

Color convert

RGB 152 220 170 -
CMYK 0.31 0 0.23 0.14
HSL 135.88º 0.49% 0.73% -
HSV(B) 135.88º 0.31% 0.86% -
XYZ 45.8 60.76 47.35 -
YUV 193.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 152 220 170 0.31 0 0.23 0.14 135.88 0.49 0.73
Hex 98 DC AA 1F 0 17 E 88 31 49
Octal 230 334 252 37 0 27 16 210 61 111
Binary 10011000 11011100 10101010 11111 0 10111 1110 10001000 110001 1001001

Color Harmonies of #98DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCAA

Black with #98DCAA

Text Example


Text Example

White with #98DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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