Html Css Color HEX #9EDDB1 Chinook

📋 copy color: '#9EDDB1'

red 158 ◦ green 221 ◦ blue 177

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

Shades of Chinook #9EDDB1

Tints of Chinook #9EDDB1

RGB

 RED value IS 158 (62.11% from 255) = 28.42%

 GREEN value IS 221 (86.72% from 255) = 39.75%

 BLUE value IS 177 (69.53% from 255) = 31.83%

R = 28.42%
G = 39.75%
B = 31.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#9EDDB1 (or 0x9EDDB1) is known color: Chinook. HEX triplet: 9E, DD and B1. RGB value is (158,221,177). Sum of RGB (Red+Green+Blue) = 158+221+177=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDB1 is #61224E. Grayscale: #C5C5C5. Windows color (decimal): -6365775 or 11656606. OLE color: 11656606.

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

Color convert

RGB 158 221 177 -
CMYK 0.29 0 0.20 0.13
HSL 138.1º 0.48% 0.74% -
HSV(B) 138.1º 0.29% 0.87% -
XYZ 47.89 62.16 51.07 -
YUV 197.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 158 221 177 0.29 0 0.20 0.13 138.1 0.48 0.74
Hex 9E DD B1 1D 0 14 D 8A 30 4A
Octal 236 335 261 35 0 24 15 212 60 112
Binary 10011110 11011101 10110001 11101 0 10100 1101 10001010 110000 1001010

Color Harmonies of #9EDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDB1

Black with #9EDDB1

Text Example


Text Example

White with #9EDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,177); }

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

background-color css

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

 a { background-color: rgb(158,221,177); }

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

border-color css

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

 span { border-color: rgb(158,221,177); }

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