#9BEBAE

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

Shades of Chinook #9BEBAE

Tints of Chinook #9BEBAE

Color information

#9BEBAE (or 0x9BEBAE) is unknown color: approx Chinook. HEX triplet: 9B, EB and AE. RGB value is (155,235,174). Sum of RGB (Red+Green+Blue) = 155+235+174=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAE is #641451. Grayscale: #CCCCCC. Windows color (decimal): -6558802 or 11463579. OLE color: 11463579.

HSL color Cylindrical-coordinate representation of color #9BEBAE: hue angle of 134.25º degrees, saturation: 0.67, 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 #9BEBAE is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB155235174-
CMYK0.3400.260.08
HSL134.25º66.67%76.47%-
HSV(B)134.25º34.04%92.16%-
XYZ50.8769.4450.77-
YUV204.1311192.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=27.48%
G=41.67%
B=30.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351740.3400.260.08134.2566.6776.47
Hex9BEBAE2201A886434c
Octal2333532564203210206103114
Binary10011011111010111010111010001001101010001000011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,174); }

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

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

 a { background-color: rgb(155,235,174); }

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

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

 span { border-color: rgb(155,235,174); }

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