#9BD5AC

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

Shades of Chinook #9BD5AC

Tints of Chinook #9BD5AC

Color information

#9BD5AC (or 0x9BD5AC) is unknown color: approx Chinook. HEX triplet: 9B, D5 and AC. RGB value is (155,213,172). Sum of RGB (Red+Green+Blue) = 155+213+172=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5AC is #642A53. Grayscale: #BFBFBF. Windows color (decimal): -6564436 or 11326875. OLE color: 11326875.

HSL color Cylindrical-coordinate representation of color #9BD5AC: hue angle of 137.59º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5AC is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB155213172-
CMYK0.2700.190.16
HSL137.59º40.85%72.16%-
HSV(B)137.59º27.23%83.53%-
XYZ44.7657.5447.78-
YUV190.98117.28102.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=28.70%
G=39.44%
B=31.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552131720.2700.190.16137.5940.8572.16
Hex9BD5AC1B013108a2948
Octal233325254330232021251110
Binary1001101111010101101011001101101001110000100010101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,172); }

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

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

 a { background-color: rgb(155,213,172); }

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

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

 span { border-color: rgb(155,213,172); }

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