Html Css Color HEX #9DD8AB Chinook

📋 copy color: '#9DD8AB'

red 157 ◦ green 216 ◦ blue 171

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

Shades of Chinook #9DD8AB

Tints of Chinook #9DD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 28.86%
G = 39.71%
B = 31.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#9DD8AB (or 0x9DD8AB) is known color: Chinook. HEX triplet: 9D, D8 and AB. RGB value is (157,216,171). Sum of RGB (Red+Green+Blue) = 157+216+171=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD8AB is #622754. Grayscale: #C1C1C1. Windows color (decimal): -6432597 or 11262109. OLE color: 11262109.

HSL color Cylindrical-coordinate representation of color #9DD8AB: hue angle of 134.24º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8AB is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 171 -
CMYK 0.27 0 0.21 0.15
HSL 134.24º 0.43% 0.73% -
HSV(B) 134.24º 0.27% 0.85% -
XYZ 45.81 59.22 47.54 -
YUV 193.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 157 216 171 0.27 0 0.21 0.15 134.24 0.43 0.73
Hex 9D D8 AB 1B 0 15 F 86 2B 49
Octal 235 330 253 33 0 25 17 206 53 111
Binary 10011101 11011000 10101011 11011 0 10101 1111 10000110 101011 1001001

Color Harmonies of #9DD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD8AB

Black with #9DD8AB

Text Example


Text Example

White with #9DD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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