Html Css Color HEX #9CDDAB Chinook

📋 copy color: '#9CDDAB'

red 156 ◦ green 221 ◦ blue 171

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

Shades of Chinook #9CDDAB

Tints of Chinook #9CDDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

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

R = 28.47%
G = 40.33%
B = 31.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9CDDAB (or 0x9CDDAB) is known color: Chinook. HEX triplet: 9C, DD and AB. RGB value is (156,221,171). Sum of RGB (Red+Green+Blue) = 156+221+171=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDAB is #632254. Grayscale: #C4C4C4. Windows color (decimal): -6496853 or 11263388. OLE color: 11263388.

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

Color convert

RGB 156 221 171 -
CMYK 0.29 0 0.23 0.13
HSL 133.85º 0.49% 0.74% -
HSV(B) 133.85º 0.29% 0.87% -
XYZ 46.92 61.72 47.97 -
YUV 195.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 156 221 171 0.29 0 0.23 0.13 133.85 0.49 0.74
Hex 9C DD AB 1D 0 17 D 86 31 4A
Octal 234 335 253 35 0 27 15 206 61 112
Binary 10011100 11011101 10101011 11101 0 10111 1101 10000110 110001 1001010

Color Harmonies of #9CDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDAB

Black with #9CDDAB

Text Example


Text Example

White with #9CDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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