Html Css Color HEX #9CDDAF Chinook

📋 copy color: '#9CDDAF'

red 156 ◦ green 221 ◦ blue 175

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

Shades of Chinook #9CDDAF

Tints of Chinook #9CDDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.7%

R = 28.26%
G = 40.04%
B = 31.7%

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

#9CDDAF (or 0x9CDDAF) is known color: Chinook. HEX triplet: 9C, DD and AF. RGB value is (156,221,175). Sum of RGB (Red+Green+Blue) = 156+221+175=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDAF is #632250. Grayscale: #C4C4C4. Windows color (decimal): -6496849 or 11525532. OLE color: 11525532.

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

Color convert

RGB 156 221 175 -
CMYK 0.29 0 0.21 0.13
HSL 137.54º 0.49% 0.74% -
HSV(B) 137.54º 0.29% 0.87% -
XYZ 47.3 61.88 50.01 -
YUV 196.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 156 221 175 0.29 0 0.21 0.13 137.54 0.49 0.74
Hex 9C DD AF 1D 0 15 D 8A 31 4A
Octal 234 335 257 35 0 25 15 212 61 112
Binary 10011100 11011101 10101111 11101 0 10101 1101 10001010 110001 1001010

Color Harmonies of #9CDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDAF

Black with #9CDDAF

Text Example


Text Example

White with #9CDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,175); }

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

background-color css

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

 a { background-color: rgb(156,221,175); }

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

border-color css

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

 span { border-color: rgb(156,221,175); }

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