Html Css Color HEX #9CDFAB Chinook

📋 copy color: '#9CDFAB'

red 156 ◦ green 223 ◦ blue 171

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

Shades of Chinook #9CDFAB

Tints of Chinook #9CDFAB

RGB

 RED value IS 156 (61.33% from 255) = 28.36%

 GREEN value IS 223 (87.5% from 255) = 40.55%

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

R = 28.36%
G = 40.55%
B = 31.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9CDFAB (or 0x9CDFAB) is known color: Chinook. HEX triplet: 9C, DF and AB. RGB value is (156,223,171). Sum of RGB (Red+Green+Blue) = 156+223+171=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDFAB is #632054. Grayscale: #C5C5C5. Windows color (decimal): -6496341 or 11263900. OLE color: 11263900.

HSL color Cylindrical-coordinate representation of color #9CDFAB: hue angle of 133.43º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 223 171 -
CMYK 0.30 0 0.23 0.13
HSL 133.43º 0.51% 0.74% -
HSV(B) 133.43º 0.3% 0.87% -
XYZ 47.45 62.78 48.15 -
YUV 197.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 156 223 171 0.30 0 0.23 0.13 133.43 0.51 0.74
Hex 9C DF AB 1E 0 17 D 85 33 4A
Octal 234 337 253 36 0 27 15 205 63 112
Binary 10011100 11011111 10101011 11110 0 10111 1101 10000101 110011 1001010

Color Harmonies of #9CDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFAB

Black with #9CDFAB

Text Example


Text Example

White with #9CDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,171); }

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

background-color css

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

 a { background-color: rgb(156,223,171); }

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

border-color css

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

 span { border-color: rgb(156,223,171); }

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