#9BDEAE

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

Shades of Chinook #9BDEAE

Tints of Chinook #9BDEAE

Color information

#9BDEAE (or 0x9BDEAE) is unknown color: approx Chinook. HEX triplet: 9B, DE and AE. RGB value is (155,222,174). Sum of RGB (Red+Green+Blue) = 155+222+174=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAE is #642151. Grayscale: #C4C4C4. Windows color (decimal): -6562130 or 11460251. OLE color: 11460251.

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

Color convert

RGB155222174-
CMYK0.3000.220.13
HSL137.01º50.38%73.92%-
HSV(B)137.01º30.18%87.06%-
XYZ47.2862.2749.57-
YUV196.5115.398.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=28.13%
G=40.29%
B=31.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221740.3000.220.13137.0150.3873.92
Hex9BDEAE1E016D89324a
Octal233336256360261521162112
Binary100110111101111010101110111100101101101100010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,174); }

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

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

 a { background-color: rgb(155,222,174); }

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

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

 span { border-color: rgb(155,222,174); }

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