Html Css Color HEX #9DDEAD Chinook

📋 copy color: '#9DDEAD'

red 157 ◦ green 222 ◦ blue 173

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

Shades of Chinook #9DDEAD

Tints of Chinook #9DDEAD

RGB

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

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

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

R = 28.44%
G = 40.22%
B = 31.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9DDEAD (or 0x9DDEAD) is known color: Chinook. HEX triplet: 9D, DE and AD. RGB value is (157,222,173). Sum of RGB (Red+Green+Blue) = 157+222+173=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAD is #622152. Grayscale: #C5C5C5. Windows color (decimal): -6431059 or 11394717. OLE color: 11394717.

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

Color convert

RGB 157 222 173 -
CMYK 0.29 0 0.22 0.13
HSL 134.77º 0.5% 0.74% -
HSV(B) 134.77º 0.29% 0.87% -
XYZ 47.57 62.43 49.08 -
YUV 196.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 157 222 173 0.29 0 0.22 0.13 134.77 0.5 0.74
Hex 9D DE AD 1D 0 16 D 87 32 4A
Octal 235 336 255 35 0 26 15 207 62 112
Binary 10011101 11011110 10101101 11101 0 10110 1101 10000111 110010 1001010

Color Harmonies of #9DDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEAD

Black with #9DDEAD

Text Example


Text Example

White with #9DDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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