#9be0ac

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

Shades of Chinook #9BE0AC

Tints of Chinook #9BE0AC

Color information

#9BE0AC (or 0x9BE0AC) is unknown color: approx Chinook. HEX triplet: 9B, E0 and AC. RGB value is (155,224,172). Sum of RGB (Red+Green+Blue) = 155+224+172=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0AC is #641F53. Grayscale: #C5C5C5. Windows color (decimal): -6561620 or 11329691. OLE color: 11329691.

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

Color convert

RGB155224172-
CMYK0.3100.230.12
HSL134.78º52.67%74.31%-
HSV(B)134.78º30.8%87.84%-
XYZ47.6263.2648.73-
YUV197.44113.6497.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=28.13%
G=40.65%
B=31.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552241720.3100.230.12134.7852.6774.31
Hex9BE0AC1F017C87354a
Octal233340254370271420765112
Binary100110111110000010101100111110101111100100001111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be0ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,224,172); }

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

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

 a { background-color: rgb(155,224,172); }

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

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

 span { border-color: rgb(155,224,172); }

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