Html Css Color HEX #98CFA9 Chinook

📋 copy color: '#98CFA9'

red 152 ◦ green 207 ◦ blue 169

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

Shades of Chinook #98CFA9

Tints of Chinook #98CFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

 BLUE value IS 169 (66.41% from 255) = 32.01%

R = 28.79%
G = 39.2%
B = 32.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#98CFA9 (or 0x98CFA9) is known color: Chinook. HEX triplet: 98, CF and A9. RGB value is (152,207,169). Sum of RGB (Red+Green+Blue) = 152+207+169=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA9 is #673056. Grayscale: #BABABA. Windows color (decimal): -6762583 or 11128728. OLE color: 11128728.

HSL color Cylindrical-coordinate representation of color #98CFA9: hue angle of 138.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFA9 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 169 -
CMYK 0.27 0 0.18 0.19
HSL 138.55º 0.36% 0.7% -
HSV(B) 138.55º 0.27% 0.81% -
XYZ 42.42 54.17 45.76 -
YUV 186.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 152 207 169 0.27 0 0.18 0.19 138.55 0.36 0.7
Hex 98 CF A9 1B 0 12 13 8B 24 46
Octal 230 317 251 33 0 22 23 213 44 106
Binary 10011000 11001111 10101001 11011 0 10010 10011 10001011 100100 1000110

Color Harmonies of #98CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFA9

Black with #98CFA9

Text Example


Text Example

White with #98CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,169); }

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

background-color css

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

 a { background-color: rgb(152,207,169); }

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

border-color css

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

 span { border-color: rgb(152,207,169); }

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