Html Css Color HEX #9DD6AB Chinook

📋 copy color: '#9DD6AB'

red 157 ◦ green 214 ◦ blue 171

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

Shades of Chinook #9DD6AB

Tints of Chinook #9DD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

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

R = 28.97%
G = 39.48%
B = 31.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#9DD6AB (or 0x9DD6AB) is known color: Chinook. HEX triplet: 9D, D6 and AB. RGB value is (157,214,171). Sum of RGB (Red+Green+Blue) = 157+214+171=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6AB is #622954. Grayscale: #C0C0C0. Windows color (decimal): -6433109 or 11261597. OLE color: 11261597.

HSL color Cylindrical-coordinate representation of color #9DD6AB: hue angle of 134.74º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6AB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 171 -
CMYK 0.27 0 0.20 0.16
HSL 134.74º 0.41% 0.73% -
HSV(B) 134.74º 0.27% 0.84% -
XYZ 45.3 58.2 47.37 -
YUV 192.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 157 214 171 0.27 0 0.20 0.16 134.74 0.41 0.73
Hex 9D D6 AB 1B 0 14 10 87 29 49
Octal 235 326 253 33 0 24 20 207 51 111
Binary 10011101 11010110 10101011 11011 0 10100 10000 10000111 101001 1001001

Color Harmonies of #9DD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6AB

Black with #9DD6AB

Text Example


Text Example

White with #9DD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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