Html Css Color HEX #98DFAC Chinook

📋 copy color: '#98DFAC'

red 152 ◦ green 223 ◦ blue 172

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

Shades of Chinook #98DFAC

Tints of Chinook #98DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 27.79%
G = 40.77%
B = 31.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#98DFAC (or 0x98DFAC) is known color: Chinook. HEX triplet: 98, DF and AC. RGB value is (152,223,172). Sum of RGB (Red+Green+Blue) = 152+223+172=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFAC is #672053. Grayscale: #C4C4C4. Windows color (decimal): -6758484 or 11329432. OLE color: 11329432.

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

Color convert

RGB 152 223 172 -
CMYK 0.32 0 0.23 0.13
HSL 136.9º 0.53% 0.74% -
HSV(B) 136.9º 0.32% 0.87% -
XYZ 46.78 62.43 48.61 -
YUV 195.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 152 223 172 0.32 0 0.23 0.13 136.9 0.53 0.74
Hex 98 DF AC 20 0 17 D 89 35 4A
Octal 230 337 254 40 0 27 15 211 65 112
Binary 10011000 11011111 10101100 100000 0 10111 1101 10001001 110101 1001010

Color Harmonies of #98DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DFAC

Black with #98DFAC

Text Example


Text Example

White with #98DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,223,172); }

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

background-color css

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

 a { background-color: rgb(152,223,172); }

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

border-color css

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

 span { border-color: rgb(152,223,172); }

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