#9BDFA3

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

Shades of Chinook #9BDFA3

Tints of Chinook #9BDFA3

Color information

#9BDFA3 (or 0x9BDFA3) is unknown color: approx Chinook. HEX triplet: 9B, DF and A3. RGB value is (155,223,163). Sum of RGB (Red+Green+Blue) = 155+223+163=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA3 is #64205C. Grayscale: #C4C4C4. Windows color (decimal): -6561885 or 10739611. OLE color: 10739611.

HSL color Cylindrical-coordinate representation of color #9BDFA3: hue angle of 127.06º 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 #9BDFA3 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB155223163-
CMYK0.3000.270.13
HSL127.06º51.52%74.12%-
HSV(B)127.06º30.49%87.45%-
XYZ46.5262.3944.24-
YUV195.83109.4798.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=28.65%
G=41.22%
B=30.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231630.3000.270.13127.0651.5274.12
Hex9BDFA31E01BD7f344a
Octal233337243360331517764112
Binary10011011110111111010001111110011011110111111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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