Html Css Color HEX #9DD9AF Chinook

📋 copy color: '#9DD9AF'

red 157 ◦ green 217 ◦ blue 175

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

Shades of Chinook #9DD9AF

Tints of Chinook #9DD9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

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

R = 28.6%
G = 39.53%
B = 31.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#9DD9AF (or 0x9DD9AF) is known color: Chinook. HEX triplet: 9D, D9 and AF. RGB value is (157,217,175). Sum of RGB (Red+Green+Blue) = 157+217+175=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD9AF is #622650. Grayscale: #C2C2C2. Windows color (decimal): -6432337 or 11524509. OLE color: 11524509.

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

Color convert

RGB 157 217 175 -
CMYK 0.28 0 0.19 0.15
HSL 138º 0.44% 0.73% -
HSV(B) 138º 0.28% 0.85% -
XYZ 46.46 59.89 49.67 -
YUV 194.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 157 217 175 0.28 0 0.19 0.15 138 0.44 0.73
Hex 9D D9 AF 1C 0 13 F 8A 2C 49
Octal 235 331 257 34 0 23 17 212 54 111
Binary 10011101 11011001 10101111 11100 0 10011 1111 10001010 101100 1001001

Color Harmonies of #9DD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9AF

Black with #9DD9AF

Text Example


Text Example

White with #9DD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,175); }

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

background-color css

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

 a { background-color: rgb(157,217,175); }

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

border-color css

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

 span { border-color: rgb(157,217,175); }

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