Html Css Color HEX #9DD2AE Chinook

📋 copy color: '#9DD2AE'

red 157 ◦ green 210 ◦ blue 174

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

Shades of Chinook #9DD2AE

Tints of Chinook #9DD2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.82%

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

R = 29.02%
G = 38.82%
B = 32.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#9DD2AE (or 0x9DD2AE) is known color: Chinook. HEX triplet: 9D, D2 and AE. RGB value is (157,210,174). Sum of RGB (Red+Green+Blue) = 157+210+174=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD2AE is #622D51. Grayscale: #BEBEBE. Windows color (decimal): -6434130 or 11457181. OLE color: 11457181.

HSL color Cylindrical-coordinate representation of color #9DD2AE: hue angle of 139.25º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD2AE is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 210 174 -
CMYK 0.25 0 0.17 0.18
HSL 139.25º 0.37% 0.72% -
HSV(B) 139.25º 0.25% 0.82% -
XYZ 44.59 56.32 48.56 -
YUV 190.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 157 210 174 0.25 0 0.17 0.18 139.25 0.37 0.72
Hex 9D D2 AE 19 0 11 12 8B 25 48
Octal 235 322 256 31 0 21 22 213 45 110
Binary 10011101 11010010 10101110 11001 0 10001 10010 10001011 100101 1001000

Color Harmonies of #9DD2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD2AE

Black with #9DD2AE

Text Example


Text Example

White with #9DD2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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