Html Css Color HEX #9DDAAC Chinook

📋 copy color: '#9DDAAC'

red 157 ◦ green 218 ◦ blue 172

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

Shades of Chinook #9DDAAC

Tints of Chinook #9DDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.85%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 28.7%
G = 39.85%
B = 31.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#9DDAAC (or 0x9DDAAC) is known color: Chinook. HEX triplet: 9D, DA and AC. RGB value is (157,218,172). Sum of RGB (Red+Green+Blue) = 157+218+172=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDAAC is #622553. Grayscale: #C2C2C2. Windows color (decimal): -6432084 or 11328157. OLE color: 11328157.

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

Color convert

RGB 157 218 172 -
CMYK 0.28 0 0.21 0.15
HSL 134.75º 0.45% 0.74% -
HSV(B) 134.75º 0.28% 0.85% -
XYZ 46.42 60.29 48.22 -
YUV 194.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 157 218 172 0.28 0 0.21 0.15 134.75 0.45 0.74
Hex 9D DA AC 1C 0 15 F 87 2D 4A
Octal 235 332 254 34 0 25 17 207 55 112
Binary 10011101 11011010 10101100 11100 0 10101 1111 10000111 101101 1001010

Color Harmonies of #9DDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAAC

Black with #9DDAAC

Text Example


Text Example

White with #9DDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,172); }

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

background-color css

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

 a { background-color: rgb(157,218,172); }

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

border-color css

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

 span { border-color: rgb(157,218,172); }

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