#9BE0AF

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

Shades of Chinook #9BE0AF

Tints of Chinook #9BE0AF

Color information

#9BE0AF (or 0x9BE0AF) is unknown color: approx Chinook. HEX triplet: 9B, E0 and AF. RGB value is (155,224,175). Sum of RGB (Red+Green+Blue) = 155+224+175=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0AF is #641F50. Grayscale: #C5C5C5. Windows color (decimal): -6561617 or 11526299. OLE color: 11526299.

HSL color Cylindrical-coordinate representation of color #9BE0AF: hue angle of 137.39º 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 #9BE0AF is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB155224175-
CMYK0.3100.220.12
HSL137.39º52.67%74.31%-
HSV(B)137.39º30.8%87.84%-
XYZ47.9163.3850.26-
YUV197.78115.1497.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=27.98%
G=40.43%
B=31.59%

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
Decimal1552241750.3100.220.12137.3952.6774.31
Hex9BE0AF1F016C89354a
Octal233340257370261421165112
Binary100110111110000010101111111110101101100100010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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