#9EE1B1

Color #9EE1B1 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9EE1B1

Tints of Chinook #9EE1B1

Color information

#9EE1B1 (or 0x9EE1B1) is unknown color: approx Chinook. HEX triplet: 9E, E1 and B1. RGB value is (158,225,177). Sum of RGB (Red+Green+Blue) = 158+225+177=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE1B1 is #611E4E. Grayscale: #C7C7C7. Windows color (decimal): -6364751 or 11657630. OLE color: 11657630.

HSL color Cylindrical-coordinate representation of color #9EE1B1: hue angle of 137.01º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1B1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB158225177-
CMYK0.3000.210.12
HSL137.01º52.76%75.1%-
HSV(B)137.01º29.78%88.24%-
XYZ48.9664.2951.42-
YUV199.49115.398.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=28.21%
G=40.18%
B=31.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251770.3000.210.12137.0152.7675.1
Hex9EE1B11E015C89354b
Octal236341261360251421165113
Binary100111101110000110110001111100101011100100010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EE1B1;
 }
 .AnyTagClassName
 {
   color: #9EE1B1;
 }
</style>
background-color css

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

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

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

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

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

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