Html Css Color HEX #9DCEAB Chinook

📋 copy color: '#9DCEAB'

red 157 ◦ green 206 ◦ blue 171

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

Shades of Chinook #9DCEAB

Tints of Chinook #9DCEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 29.4%
G = 38.58%
B = 32.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#9DCEAB (or 0x9DCEAB) is known color: Chinook. HEX triplet: 9D, CE and AB. RGB value is (157,206,171). Sum of RGB (Red+Green+Blue) = 157+206+171=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEAB is #623154. Grayscale: #BBBBBB. Windows color (decimal): -6435157 or 11259549. OLE color: 11259549.

HSL color Cylindrical-coordinate representation of color #9DCEAB: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEAB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 206 171 -
CMYK 0.24 0 0.17 0.19
HSL 137.14º 0.33% 0.71% -
HSV(B) 137.14º 0.24% 0.81% -
XYZ 43.33 54.25 46.72 -
YUV 187.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 157 206 171 0.24 0 0.17 0.19 137.14 0.33 0.71
Hex 9D CE AB 18 0 11 13 89 21 47
Octal 235 316 253 30 0 21 23 211 41 107
Binary 10011101 11001110 10101011 11000 0 10001 10011 10001001 100001 1000111

Color Harmonies of #9DCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEAB

Black with #9DCEAB

Text Example


Text Example

White with #9DCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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