#9BE1AF

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

Shades of Chinook #9BE1AF

Tints of Chinook #9BE1AF

Color information

#9BE1AF (or 0x9BE1AF) is unknown color: approx Chinook. HEX triplet: 9B, E1 and AF. RGB value is (155,225,175). Sum of RGB (Red+Green+Blue) = 155+225+175=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1AF is #641E50. Grayscale: #C6C6C6. Windows color (decimal): -6561361 or 11526555. OLE color: 11526555.

HSL color Cylindrical-coordinate representation of color #9BE1AF: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1AF is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB155225175-
CMYK0.3100.220.12
HSL137.14º53.85%74.51%-
HSV(B)137.14º31.11%88.24%-
XYZ48.1863.9150.35-
YUV198.37114.8197.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=27.93%
G=40.54%
B=31.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251750.3100.220.12137.1453.8574.51
Hex9BE1AF1F016C89364b
Octal233341257370261421166113
Binary100110111110000110101111111110101101100100010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,175); }

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

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

 a { background-color: rgb(155,225,175); }

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

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

 span { border-color: rgb(155,225,175); }

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