Html Css Color HEX #9DDEAB Chinook

📋 copy color: '#9DDEAB'

red 157 ◦ green 222 ◦ blue 171

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

Shades of Chinook #9DDEAB

Tints of Chinook #9DDEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

 BLUE value IS 171 (67.19% from 255) = 31.09%

R = 28.55%
G = 40.36%
B = 31.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9DDEAB (or 0x9DDEAB) is known color: Chinook. HEX triplet: 9D, DE and AB. RGB value is (157,222,171). Sum of RGB (Red+Green+Blue) = 157+222+171=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAB is #622154. Grayscale: #C4C4C4. Windows color (decimal): -6431061 or 11263645. OLE color: 11263645.

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

Color convert

RGB 157 222 171 -
CMYK 0.29 0 0.23 0.13
HSL 132.92º 0.5% 0.74% -
HSV(B) 132.92º 0.29% 0.87% -
XYZ 47.38 62.35 48.07 -
YUV 196.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 157 222 171 0.29 0 0.23 0.13 132.92 0.5 0.74
Hex 9D DE AB 1D 0 17 D 85 32 4A
Octal 235 336 253 35 0 27 15 205 62 112
Binary 10011101 11011110 10101011 11101 0 10111 1101 10000101 110010 1001010

Color Harmonies of #9DDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEAB

Black with #9DDEAB

Text Example


Text Example

White with #9DDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,171); }

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

background-color css

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

 a { background-color: rgb(157,222,171); }

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

border-color css

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

 span { border-color: rgb(157,222,171); }

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