Html Css Color HEX #9CDEAD Chinook

📋 copy color: '#9CDEAD'

red 156 ◦ green 222 ◦ blue 173

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

Shades of Chinook #9CDEAD

Tints of Chinook #9CDEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 28.31%
G = 40.29%
B = 31.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9CDEAD (or 0x9CDEAD) is known color: Chinook. HEX triplet: 9C, DE and AD. RGB value is (156,222,173). Sum of RGB (Red+Green+Blue) = 156+222+173=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAD is #632152. Grayscale: #C4C4C4. Windows color (decimal): -6496595 or 11394716. OLE color: 11394716.

HSL color Cylindrical-coordinate representation of color #9CDEAD: hue angle of 135.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEAD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 173 -
CMYK 0.30 0 0.22 0.13
HSL 135.45º 0.5% 0.74% -
HSV(B) 135.45º 0.3% 0.87% -
XYZ 47.37 62.33 49.07 -
YUV 196.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 156 222 173 0.30 0 0.22 0.13 135.45 0.5 0.74
Hex 9C DE AD 1E 0 16 D 87 32 4A
Octal 234 336 255 36 0 26 15 207 62 112
Binary 10011100 11011110 10101101 11110 0 10110 1101 10000111 110010 1001010

Color Harmonies of #9CDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEAD

Black with #9CDEAD

Text Example


Text Example

White with #9CDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,222,173); }

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

background-color css

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

 a { background-color: rgb(156,222,173); }

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

border-color css

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

 span { border-color: rgb(156,222,173); }

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