Html Css Color HEX #9FCDAB Chinook

📋 copy color: '#9FCDAB'

red 159 ◦ green 205 ◦ blue 171

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

Shades of Chinook #9FCDAB

Tints of Chinook #9FCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

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

R = 29.72%
G = 38.32%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#9FCDAB (or 0x9FCDAB) is known color: Chinook. HEX triplet: 9F, CD and AB. RGB value is (159,205,171). Sum of RGB (Red+Green+Blue) = 159+205+171=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCDAB is #603254. Grayscale: #BBBBBB. Windows color (decimal): -6304341 or 11259295. OLE color: 11259295.

HSL color Cylindrical-coordinate representation of color #9FCDAB: hue angle of 135.65º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCDAB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 171 -
CMYK 0.22 0 0.17 0.20
HSL 135.65º 0.32% 0.71% -
HSV(B) 135.65º 0.22% 0.8% -
XYZ 43.48 53.97 46.65 -
YUV 187.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 159 205 171 0.22 0 0.17 0.20 135.65 0.32 0.71
Hex 9F CD AB 16 0 11 14 88 20 47
Octal 237 315 253 26 0 21 24 210 40 107
Binary 10011111 11001101 10101011 10110 0 10001 10100 10001000 100000 1000111

Color Harmonies of #9FCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDAB

Black with #9FCDAB

Text Example


Text Example

White with #9FCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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