Html Css Color HEX #9FD8AB Chinook

📋 copy color: '#9FD8AB'

red 159 ◦ green 216 ◦ blue 171

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

Shades of Chinook #9FD8AB

Tints of Chinook #9FD8AB

RGB

 RED value IS 159 (62.5% from 255) = 29.12%

 GREEN value IS 216 (84.77% from 255) = 39.56%

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 29.12%
G = 39.56%
B = 31.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#9FD8AB (or 0x9FD8AB) is known color: Chinook. HEX triplet: 9F, D8 and AB. RGB value is (159,216,171). Sum of RGB (Red+Green+Blue) = 159+216+171=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8AB is #602754. Grayscale: #C1C1C1. Windows color (decimal): -6301525 or 11262111. OLE color: 11262111.

HSL color Cylindrical-coordinate representation of color #9FD8AB: hue angle of 132.63º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8AB is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 171 -
CMYK 0.26 0 0.21 0.15
HSL 132.63º 0.42% 0.74% -
HSV(B) 132.63º 0.26% 0.85% -
XYZ 46.2 59.42 47.56 -
YUV 193.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 159 216 171 0.26 0 0.21 0.15 132.63 0.42 0.74
Hex 9F D8 AB 1A 0 15 F 85 2A 4A
Octal 237 330 253 32 0 25 17 205 52 112
Binary 10011111 11011000 10101011 11010 0 10101 1111 10000101 101010 1001010

Color Harmonies of #9FD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8AB

Black with #9FD8AB

Text Example


Text Example

White with #9FD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FD8AB; }

 p { color: rgb(159,216,171); }

 H1.HeaderClassName
 {
   color: #9FD8AB;
 }
 .AnyTagClassName
 {
   color: #9FD8AB;
 }
</style>

background-color css

<style>
 a { background-color: #9FD8AB; }

 a { background-color: rgb(159,216,171); }

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

border-color css

<style>
 span { border-color: #9FD8AB; }

 span { border-color: rgb(159,216,171); }

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