Html Css Color HEX #98DCA8 Chinook

📋 copy color: '#98DCA8'

red 152 ◦ green 220 ◦ blue 168

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

Shades of Chinook #98DCA8

Tints of Chinook #98DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.11%

R = 28.15%
G = 40.74%
B = 31.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#98DCA8 (or 0x98DCA8) is known color: Chinook. HEX triplet: 98, DC and A8. RGB value is (152,220,168). Sum of RGB (Red+Green+Blue) = 152+220+168=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCA8 is #672357. Grayscale: #C1C1C1. Windows color (decimal): -6759256 or 11066520. OLE color: 11066520.

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

Color convert

RGB 152 220 168 -
CMYK 0.31 0 0.24 0.14
HSL 134.12º 0.49% 0.73% -
HSV(B) 134.12º 0.31% 0.86% -
XYZ 45.61 60.69 46.36 -
YUV 193.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 152 220 168 0.31 0 0.24 0.14 134.12 0.49 0.73
Hex 98 DC A8 1F 0 18 E 86 31 49
Octal 230 334 250 37 0 30 16 206 61 111
Binary 10011000 11011100 10101000 11111 0 11000 1110 10000110 110001 1001001

Color Harmonies of #98DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCA8

Black with #98DCA8

Text Example


Text Example

White with #98DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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