Html Css Color HEX #9DDCAB Chinook

📋 copy color: '#9DDCAB'

red 157 ◦ green 220 ◦ blue 171

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

Shades of Chinook #9DDCAB

Tints of Chinook #9DDCAB

RGB

 RED value IS 157 (61.72% from 255) = 28.65%

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 28.65%
G = 40.15%
B = 31.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9DDCAB (or 0x9DDCAB) is known color: Chinook. HEX triplet: 9D, DC and AB. RGB value is (157,220,171). Sum of RGB (Red+Green+Blue) = 157+220+171=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCAB is #622354. Grayscale: #C3C3C3. Windows color (decimal): -6431573 or 11263133. OLE color: 11263133.

HSL color Cylindrical-coordinate representation of color #9DDCAB: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCAB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 171 -
CMYK 0.29 0 0.22 0.14
HSL 133.33º 0.47% 0.74% -
HSV(B) 133.33º 0.29% 0.86% -
XYZ 46.85 61.29 47.89 -
YUV 195.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 157 220 171 0.29 0 0.22 0.14 133.33 0.47 0.74
Hex 9D DC AB 1D 0 16 E 85 2F 4A
Octal 235 334 253 35 0 26 16 205 57 112
Binary 10011101 11011100 10101011 11101 0 10110 1110 10000101 101111 1001010

Color Harmonies of #9DDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCAB

Black with #9DDCAB

Text Example


Text Example

White with #9DDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,171); }

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

background-color css

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

 a { background-color: rgb(157,220,171); }

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

border-color css

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

 span { border-color: rgb(157,220,171); }

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