#9beaaf

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

Shades of Chinook #9BEAAF

Tints of Chinook #9BEAAF

Color information

#9BEAAF (or 0x9BEAAF) is unknown color: approx Chinook. HEX triplet: 9B, EA and AF. RGB value is (155,234,175). Sum of RGB (Red+Green+Blue) = 155+234+175=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAAF is #641550. Grayscale: #CBCBCB. Windows color (decimal): -6559057 or 11528859. OLE color: 11528859.

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

Color convert

RGB155234175-
CMYK0.3400.250.08
HSL135.19º65.29%76.27%-
HSV(B)135.19º33.76%91.76%-
XYZ50.6868.9151.19-
YUV203.65111.8393.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 234 (91.80% from 255) = 41.49%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=27.48%
G=41.49%
B=31.03%

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
Decimal1552341750.3400.250.08135.1965.2976.27
Hex9BEAAF22019887414c
Octal2333522574203110207101114
Binary10011011111010101010111110001001100110001000011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9beaaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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