#9BEAB0

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

Shades of Chinook #9BEAB0

Tints of Chinook #9BEAB0

Color information

#9BEAB0 (or 0x9BEAB0) is unknown color: approx Chinook. HEX triplet: 9B, EA and B0. RGB value is (155,234,176). Sum of RGB (Red+Green+Blue) = 155+234+176=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAB0 is #64154F. Grayscale: #CBCBCB. Windows color (decimal): -6559056 or 11594395. OLE color: 11594395.

HSL color Cylindrical-coordinate representation of color #9BEAB0: hue angle of 135.95º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB155234176-
CMYK0.3400.250.08
HSL135.95º65.29%76.27%-
HSV(B)135.95º33.76%91.76%-
XYZ50.7868.9551.71-
YUV203.77112.3393.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=27.43%
G=41.42%
B=31.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552341760.3400.250.08135.9565.2976.27
Hex9BEAB022019888414c
Octal2333522604203110210101114
Binary10011011111010101011000010001001100110001000100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,176); }

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

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

 a { background-color: rgb(155,234,176); }

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

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

 span { border-color: rgb(155,234,176); }

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