Html Css Color HEX #9DDDAE Chinook

📋 copy color: '#9DDDAE'

red 157 ◦ green 221 ◦ blue 174

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

Shades of Chinook #9DDDAE

Tints of Chinook #9DDDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 28.44%
G = 40.04%
B = 31.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9DDDAE (or 0x9DDDAE) is known color: Chinook. HEX triplet: 9D, DD and AE. RGB value is (157,221,174). Sum of RGB (Red+Green+Blue) = 157+221+174=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAE is #622251. Grayscale: #C4C4C4. Windows color (decimal): -6431314 or 11459997. OLE color: 11459997.

HSL color Cylindrical-coordinate representation of color #9DDDAE: hue angle of 135.94º degrees, saturation: 0.48, 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 #9DDDAE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 174 -
CMYK 0.29 0 0.21 0.13
HSL 135.94º 0.48% 0.74% -
HSV(B) 135.94º 0.29% 0.87% -
XYZ 47.4 61.94 49.5 -
YUV 196.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 157 221 174 0.29 0 0.21 0.13 135.94 0.48 0.74
Hex 9D DD AE 1D 0 15 D 88 30 4A
Octal 235 335 256 35 0 25 15 210 60 112
Binary 10011101 11011101 10101110 11101 0 10101 1101 10001000 110000 1001010

Color Harmonies of #9DDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDAE

Black with #9DDDAE

Text Example


Text Example

White with #9DDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,174); }

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

background-color css

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

 a { background-color: rgb(157,221,174); }

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

border-color css

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

 span { border-color: rgb(157,221,174); }

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