Html Css Color HEX #9EDFB1 Chinook

📋 copy color: '#9EDFB1'

red 158 ◦ green 223 ◦ blue 177

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

Shades of Chinook #9EDFB1

Tints of Chinook #9EDFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.96%

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

R = 28.32%
G = 39.96%
B = 31.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9EDFB1 (or 0x9EDFB1) is known color: Chinook. HEX triplet: 9E, DF and B1. RGB value is (158,223,177). Sum of RGB (Red+Green+Blue) = 158+223+177=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFB1 is #61204E. Grayscale: #C6C6C6. Windows color (decimal): -6365263 or 11657118. OLE color: 11657118.

HSL color Cylindrical-coordinate representation of color #9EDFB1: hue angle of 137.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFB1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 177 -
CMYK 0.29 0 0.21 0.13
HSL 137.54º 0.5% 0.75% -
HSV(B) 137.54º 0.29% 0.87% -
XYZ 48.42 63.22 51.25 -
YUV 198.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 158 223 177 0.29 0 0.21 0.13 137.54 0.5 0.75
Hex 9E DF B1 1D 0 15 D 8A 32 4B
Octal 236 337 261 35 0 25 15 212 62 113
Binary 10011110 11011111 10110001 11101 0 10101 1101 10001010 110010 1001011

Color Harmonies of #9EDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFB1

Black with #9EDFB1

Text Example


Text Example

White with #9EDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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