#9BDFA6

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

Shades of Chinook #9BDFA6

Tints of Chinook #9BDFA6

Color information

#9BDFA6 (or 0x9BDFA6) is unknown color: approx Chinook. HEX triplet: 9B, DF and A6. RGB value is (155,223,166). Sum of RGB (Red+Green+Blue) = 155+223+166=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA6 is #642059. Grayscale: #C4C4C4. Windows color (decimal): -6561882 or 10936219. OLE color: 10936219.

HSL color Cylindrical-coordinate representation of color #9BDFA6: hue angle of 129.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFA6 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB155223166-
CMYK0.3000.260.13
HSL129.71º51.52%74.12%-
HSV(B)129.71º30.49%87.45%-
XYZ46.7962.545.67-
YUV196.17110.9798.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=28.49%
G=40.99%
B=30.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231660.3000.260.13129.7151.5274.12
Hex9BDFA61E01AD82344a
Octal233337246360321520264112
Binary100110111101111110100110111100110101101100000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,166); }

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

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

 a { background-color: rgb(155,223,166); }

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

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

 span { border-color: rgb(155,223,166); }

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