Html Css Color HEX #98CAA8 Chinook

📋 copy color: '#98CAA8'

red 152 ◦ green 202 ◦ blue 168

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

Shades of Chinook #98CAA8

Tints of Chinook #98CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.7%

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

R = 29.12%
G = 38.7%
B = 32.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#98CAA8 (or 0x98CAA8) is known color: Chinook. HEX triplet: 98, CA and A8. RGB value is (152,202,168). Sum of RGB (Red+Green+Blue) = 152+202+168=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CAA8 is #673557. Grayscale: #B7B7B7. Windows color (decimal): -6763864 or 11061912. OLE color: 11061912.

HSL color Cylindrical-coordinate representation of color #98CAA8: hue angle of 139.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAA8 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 168 -
CMYK 0.25 0 0.17 0.21
HSL 139.2º 0.32% 0.69% -
HSV(B) 139.2º 0.25% 0.79% -
XYZ 41.14 51.74 44.87 -
YUV 183.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 152 202 168 0.25 0 0.17 0.21 139.2 0.32 0.69
Hex 98 CA A8 19 0 11 15 8B 20 45
Octal 230 312 250 31 0 21 25 213 40 105
Binary 10011000 11001010 10101000 11001 0 10001 10101 10001011 100000 1000101

Color Harmonies of #98CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CAA8

Black with #98CAA8

Text Example


Text Example

White with #98CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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