#9DCAAB

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

Shades of Chinook #9DCAAB

Tints of Chinook #9DCAAB

Color information

#9DCAAB (or 0x9DCAAB) is unknown color: approx Chinook. HEX triplet: 9D, CA and AB. RGB value is (157,202,171). Sum of RGB (Red+Green+Blue) = 157+202+171=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAAB is #623554. Grayscale: #B9B9B9. Windows color (decimal): -6436181 or 11258525. OLE color: 11258525.

HSL color Cylindrical-coordinate representation of color #9DCAAB: hue angle of 138.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAAB is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB157202171-
CMYK0.2200.150.21
HSL138.67º29.8%70.39%-
HSV(B)138.67º22.28%79.22%-
XYZ42.3852.3546.4-
YUV185.01120.09108.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=29.62%
G=38.11%
B=32.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021710.2200.150.21138.6729.870.39
Hex9DCAAB160F158b1e46
Octal235312253260172521336106
Binary10011101110010101010101110110011111010110001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,171); }

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

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

 a { background-color: rgb(157,202,171); }

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

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

 span { border-color: rgb(157,202,171); }

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