Html Css Color HEX #9DD5AE Chinook

📋 copy color: '#9DD5AE'

red 157 ◦ green 213 ◦ blue 174

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

Shades of Chinook #9DD5AE

Tints of Chinook #9DD5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

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

R = 28.86%
G = 39.15%
B = 31.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#9DD5AE (or 0x9DD5AE) is known color: Chinook. HEX triplet: 9D, D5 and AE. RGB value is (157,213,174). Sum of RGB (Red+Green+Blue) = 157+213+174=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD5AE is #622A51. Grayscale: #BFBFBF. Windows color (decimal): -6433362 or 11457949. OLE color: 11457949.

HSL color Cylindrical-coordinate representation of color #9DD5AE: hue angle of 138.21º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD5AE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 213 174 -
CMYK 0.26 0 0.18 0.16
HSL 138.21º 0.4% 0.73% -
HSV(B) 138.21º 0.26% 0.84% -
XYZ 45.34 57.81 48.81 -
YUV 191.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 157 213 174 0.26 0 0.18 0.16 138.21 0.4 0.73
Hex 9D D5 AE 1A 0 12 10 8A 28 49
Octal 235 325 256 32 0 22 20 212 50 111
Binary 10011101 11010101 10101110 11010 0 10010 10000 10001010 101000 1001001

Color Harmonies of #9DD5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5AE

Black with #9DD5AE

Text Example


Text Example

White with #9DD5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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